test/cli/test_cli.rb in nanoc3-3.2.0b2 vs test/cli/test_cli.rb in nanoc3-3.2.0b3
- old
+ new
@@ -93,9 +93,10 @@
position_after = $stderr.tell
# Check error output
stderr_addition = $stderr.string[position_before, position_after]
assert_match(/=== BACKTRACE:/, stderr_addition)
+ assert_match(/commands\/_test.rb/, stderr_addition)
end
end
end