test/cli/commands/test_check.rb in nanoc-3.8.0 vs test/cli/commands/test_check.rb in nanoc-4.0.0a1
- old
+ new
@@ -8,10 +8,10 @@
# Should not raise now
Nanoc::CLI.run %w( check stale )
# Should raise now
File.open('output/blah.html', 'w') { |io| io.write 'moo' }
- assert_raises Nanoc::Errors::GenericTrivial do
+ assert_raises Nanoc::Int::Errors::GenericTrivial do
Nanoc::CLI.run %w( check stale )
end
end
end
end