test/cap_util_tests.rb in cap-util-0.2.1 vs test/cap_util_tests.rb in cap-util-0.3.0

- old
+ new

@@ -8,11 +8,11 @@ @mod = CapUtil end subject { @mod } should have_imeth :halt, :time - should have_imeths :color, :say, :say_error, :say_warning + should have_imeths :color, :say, :say_bulleted, :say_error, :say_warning should have_imeths :run_locally, :run_locally_with_stdin end class HaltTests < CapUtilTests @@ -33,11 +33,11 @@ should have_accessor :cap should have_cmeth :halt should have_imeth :halt - should have_cmeths :color, :say, :say_error, :say_warning - should have_imeths :color, :say, :say_error, :say_warning + should have_cmeths :color, :say, :say_bulleted, :say_error, :say_warning + should have_imeths :color, :say, :say_bulleted, :say_error, :say_warning should have_cmeths :run_locally, :run_locally_with_stdin should have_imeths :run_locally, :run_locally_with_stdin should have_imeths :run, :run_with_stdin, :run_as, :run_as_with_stdin