test/cli/commands/test_compile.rb in nanoc-4.0.0 vs test/cli/commands/test_compile.rb in nanoc-4.0.1

- old
+ new

@@ -119,11 +119,10 @@ end assert File.file?('output/stray.html') Nanoc::CLI.run %w( compile ) refute File.file?('output/stray.html') - assert File.directory?('output/excluded_dir'), - 'excluded_dir should still be there' + assert File.directory?('output/excluded_dir'), 'excluded_dir should still be there' end end def test_setup_and_teardown_listeners with_site do