test/show_test.rb in byebug-1.3.0 vs test/show_test.rb in byebug-1.3.1
- old
+ new
@@ -265,9 +265,17 @@
end
end
end
end
+ describe 'Help' do
+ it 'must show help when typing just "show"' do
+ enter 'show', 'cont'
+ debug_file 'show'
+ check_output_includes /List of "show" subcommands:/
+ end
+ end
+
describe 'Post Mortem' do
it 'must work in post-mortem mode' do
enter 'cont', 'show autolist'
debug_file 'post_mortem'
check_output_includes 'autolist is on.'