class MatcherHelpersAllTest

Public Instance Methods

setup() click to toggle source
# File test/unit/matcher_helpers_test.rb, line 6
def setup
  @matcher = all
end
test_should_build_an_all_matcher() click to toggle source
# File test/unit/matcher_helpers_test.rb, line 10
def test_should_build_an_all_matcher
  assert_equal StateMachine::AllMatcher.instance, @matcher
end