summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-12-24 22:03:58 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-12-24 22:03:58 -0700
commit3a64f657e763f4506606312f1301c5145e639b5d (patch)
tree89bd34d246c40f9ed18423e3f41fd851060ab8f3 /test
parent9e68325a273a1aae59b782652263b2b951bf98cb (diff)
change "for backtrack" to "to show the backtrace"
Diffstat (limited to 'test')
-rw-r--r--test/invoker_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/invoker_test.rb b/test/invoker_test.rb
index e17e4fdd..2c71c12c 100644
--- a/test/invoker_test.rb
+++ b/test/invoker_test.rb
@@ -292,7 +292,7 @@ context 'Invoker' do
redirect_streams do |_, err|
sample_filepath = fixture_path 'sample.adoc'
invoker = invoke_cli ['-r', 'no-such-module'], sample_filepath
- assert_match(/'no-such-module' could not be loaded\n *Use --trace for backtrace/, err.string)
+ assert_match(/'no-such-module' could not be loaded\n *Use --trace to show the backtrace/, err.string)
assert_equal 1, invoker.code
end
end