Sha256: fa08636101a6ecaf2f4132747724e8b10e9ac76c2c42604668132077bface1df
Contents?: true
Size: 334 Bytes
Versions: 14
Compression:
Stored size: 334 Bytes
Contents
require_relative '../../test_helper' class MatcherWithValueTest < StateMachinesTest def setup @matcher = StateMachines::Matcher.new(nil) end def test_should_have_values assert_equal [nil], @matcher.values end def test_should_filter_unknown_values assert_equal [nil], @matcher.filter([nil, :parked]) end end
Version data entries
14 entries across 14 versions & 2 rubygems