test/extra/checking/test_dsl.rb in nanoc-3.6.1 vs test/extra/checking/test_dsl.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::Extra::Checking::DSLTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::Extra::Checking::DSLTest < Nanoc::TestCase def test_from_file with_site do |site| File.open('Checks', 'w') { |io| io.write("check :foo do\n\nend\ndeploy_check :bar\n") } dsl = Nanoc::Extra::Checking::DSL.from_file('Checks')