Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit f6244b5

Browse files
committed
Fix failed tests due to document updates
1 parent b2f825a commit f6244b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby_jard/commands/help_command_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
it 'returns help from a particular command' do
4242
command_object.process_line 'help exit'
4343
expect(output.string).to match(/Default key binding/)
44-
expect(output.string).to match(/Exit the execution of the program/)
44+
expect(output.string).to match(/Stop the execution of the program/)
4545
end
4646
end
4747

0 commit comments

Comments
 (0)