Sha256: 324cdbc892dc03b3e5f62663ba9ae34c63b6d02555b881bb32674debd858b20a
Contents?: true
Size: 269 Bytes
Versions: 14
Compression:
Stored size: 269 Bytes
Contents
require_relative '../../test_helper' class MachineWithCustomActionTest < StateMachinesTest def setup @machine = StateMachines::Machine.new(Class.new, action: :save) end def test_should_use_the_custom_action assert_equal :save, @machine.action end end
Version data entries
14 entries across 14 versions & 2 rubygems