Sha256: 19eb167f61ed3e7ba802f4041b91bd98b58681497a03d13cd090939d10d4cee1
Contents?: true
Size: 479 Bytes
Versions: 11
Compression:
Stored size: 479 Bytes
Contents
require_relative '../../test_helper' class TransitionCollectionByDefaultTest < StateMachinesTest def setup @transitions = StateMachines::TransitionCollection.new end def test_should_not_skip_actions refute @transitions.skip_actions end def test_should_not_skip_after refute @transitions.skip_after end def test_should_use_transaction assert @transitions.use_transaction end def test_should_be_empty assert @transitions.empty? end end
Version data entries
11 entries across 11 versions & 2 rubygems