test/test_command.rb in boom-0.0.5 vs test/test_command.rb in boom-0.0.6
- old
+ new
@@ -94,6 +94,10 @@
def test_noop_options
assert_match 'boom help', command('--anything')
assert_match 'boom help', command('-d')
end
+
+ def test_nonexistent_item_access_scoped_by_list
+ assert_match /"twitter" not found in "urls"/, command('urls twitter')
+ end
end