class MatcherHelpersAnyTest

Public Instance Methods

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