test/test_command.rb in boom-0.0.3 vs test/test_command.rb in boom-0.0.4
- old
+ new
@@ -83,6 +83,10 @@
def test_edit
Boom::Command.stubs(:system).returns('')
assert_match 'Make your edits', command('edit')
end
+
+ def test_edit
+ assert_match 'boom help', command('help')
+ end
end