Sha256: d43176848ba0b6afaf412afc85cedefc588d20307d22f6ffed4e91eb257f013c
Contents?: true
Size: 373 Bytes
Versions: 16
Compression:
Stored size: 373 Bytes
Contents
require_relative 'test_helper' class MachineUnmigratedTest < BaseTestCase def setup @model = new_model(false) # Drop the table so that it definitely doesn't exist @model.connection.drop_table(@model.table_name) if @model.table_exists? end def test_should_allow_machine_creation assert_nothing_raised { StateMachines::Machine.new(@model) } end end
Version data entries
16 entries across 16 versions & 2 rubygems