Skip to content

Commit 0890d6c

Browse files
authored
Merge pull request #127 from davetron5000/declare-module-before-use
declare module before use. For real this time.
2 parents fcc0631 + 222da61 commit 0890d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/methadone/test/integration_test_assertions.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module Methadone
2+
end
13
module Methadone::IntegrationTestAssertions
24
# Assert that a file's contents contains one or more regexps
35
#

0 commit comments

Comments
 (0)