test/extra/checking/test_runner.rb in nanoc-3.7.4 vs test/extra/checking/test_runner.rb in nanoc-3.7.5

- old
+ new

@@ -1,9 +1,8 @@ # encoding: utf-8 class Nanoc::Extra::Checking::RunnerTest < Nanoc::TestCase - def test_run_specific with_site do |site| File.open('output/blah', 'w') { |io| io.write('I am stale! Haha!') } runner = Nanoc::Extra::Checking::Runner.new(site) runner.run_specific(%w( stale )) @@ -39,7 +38,6 @@ assert ios[:stdout].include?('my_foo_check') assert ios[:stdout].include?('internal_links') assert ios[:stderr].empty? end end - end