class MatcherHelpersSameTest
Public Instance Methods
setup()
click to toggle source
# File test/unit/matcher_helpers_test.rb, line 30 def setup @matcher = same end
test_should_build_a_loopback_matcher()
click to toggle source
# File test/unit/matcher_helpers_test.rb, line 34 def test_should_build_a_loopback_matcher assert_equal StateMachine::LoopbackMatcher.instance, @matcher end