Sha256: 2a85130d57b582cb7f524a590a1b89fda3156af50c5d89495f47bb34f9087f2f
Contents?: true
Size: 497 Bytes
Versions: 11
Compression:
Stored size: 497 Bytes
Contents
require_relative '../../test_helper' class AttributeTransitionCollectionByDefaultTest < StateMachinesTest def setup @transitions = StateMachines::AttributeTransitionCollection.new end def test_should_skip_actions assert @transitions.skip_actions end def test_should_not_skip_after refute @transitions.skip_after end def test_should_not_use_transaction refute @transitions.use_transaction end def test_should_be_empty assert @transitions.empty? end end
Version data entries
11 entries across 11 versions & 2 rubygems