Add missing 'end' to test/helper.rb

This commit is contained in:
Parker Moore 2016-05-18 11:31:22 -07:00 committed by Pat Hawks
parent 59346eb228
commit 37b93f10dd
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module Minitest::Assertions
msg = message(msg) { "Expected '#{filename}' not to exist" } msg = message(msg) { "Expected '#{filename}' not to exist" }
refute File.exist?(filename), msg refute File.exist?(filename), msg
end end
end
module DirectoryHelpers module DirectoryHelpers
def dest_dir(*subdirs) def dest_dir(*subdirs)