Sha256: 81e9577279f849480bd6301aa0919f9c7927f0318d6adfb604103f0b2139a1c1
Contents?: true
Size: 287 Bytes
Versions: 14
Compression:
Stored size: 287 Bytes
Contents
require_relative '../../test_helper' class MatcherHelpersSameTest < StateMachinesTest include StateMachines::MatcherHelpers def setup @matcher = same end def test_should_build_a_loopback_matcher assert_equal StateMachines::LoopbackMatcher.instance, @matcher end end
Version data entries
14 entries across 14 versions & 2 rubygems