mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 08:48:01 -05:00
Add missing 'end' to test/helper.rb
This commit is contained in:
@@ -58,6 +58,7 @@ module Minitest::Assertions
|
||||
def refute_exist(filename, msg = nil)
|
||||
msg = message(msg) { "Expected '#{filename}' not to exist" }
|
||||
refute File.exist?(filename), msg
|
||||
end
|
||||
end
|
||||
|
||||
module DirectoryHelpers
|
||||
|
||||
Reference in New Issue
Block a user