test/cli/test_cli.rb in nanoc-3.3.7 vs test/cli/test_cli.rb in nanoc-3.4.0

- old
+ new

@@ -97,10 +97,10 @@ end position_after = $stderr.tell # Check error output stderr_addition = $stderr.string[position_before, position_after] - assert_match(/=== BACKTRACE:/, stderr_addition) + assert_match(/Stack trace:/, stderr_addition) assert_match(/commands\/_test.rb/, stderr_addition) end end end