Sha256: 98dfbda2b01579f0cdaaac5ce0f8f38aa88869ef1f36506afd361d21683296f3
Contents?: true
Size: 277 Bytes
Versions: 14
Compression:
Stored size: 277 Bytes
Contents
require_relative '../../test_helper' class MatcherHelpersAllTest < StateMachinesTest include StateMachines::MatcherHelpers def setup @matcher = all end def test_should_build_an_all_matcher assert_equal StateMachines::AllMatcher.instance, @matcher end end
Version data entries
14 entries across 14 versions & 2 rubygems