summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-01-01 23:52:02 -0700
committerDan Allen <dan.j.allen@gmail.com>2022-01-02 01:12:16 -0700
commit1acec08bda6b7b6f394dea90caa32addbf79f19d (patch)
treea49ba887b82671c712a7dab1e540a2776319c0c6 /test
parent4d235e5e05e40139c4ad638f8b9b382dec5f80b2 (diff)
change "show the backtrace" to "show backtrace" in CLI hint
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 2c71c12c..bce6f546 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 to show the backtrace/, err.string)
+ assert_match(/'no-such-module' could not be loaded\n *Use --trace to show backtrace/, err.string)
assert_equal 1, invoker.code
end
end