Sha256: 1e5953f8cfdcf6a13daf6c1cfe527479440db86252f965e3148c06bce702d14f
Contents?: true
Size: 277 Bytes
Versions: 14
Compression:
Stored size: 277 Bytes
Contents
require_relative '../../test_helper' class MatcherHelpersAnyTest < StateMachinesTest include StateMachines::MatcherHelpers def setup @matcher = any 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