1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models/active_record
Anil f2cc91b95a Fix specs for #265
Run enum specs only for Rails version >= 4.1
2015-10-16 01:27:44 +05:30
..
basic_active_record_two_state_machines_example.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
complex_active_record_example.rb add more complex example for ActiveRecord, when two state machines are defined in a class 2015-07-10 22:47:04 +12:00
derivate_new_dsl.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
false_state.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
gate.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
localizer_test_model.rb support turning off and on the configuration option for no_direct_assignment 2015-05-29 22:41:31 +12:00
no_direct_assignment.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
no_scope.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
persisted_state.rb create 1 file per test model 2015-05-15 22:32:40 +12:00
provided_and_persisted_state.rb using default name (all tests green) 2015-05-26 21:29:17 +12:00
reader.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
readme_job.rb another README example 2015-09-21 22:18:14 +12:00
simple_new_dsl.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
thief.rb default name for state machine with name is the state machine name (not :aasm_state) 2015-07-20 21:11:16 +12:00
transient.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
with_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
with_enum_without_column.rb Fix specs for #265 2015-10-16 01:27:44 +05:30
with_false_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
with_true_enum.rb first set of ActiveRecord tests 2015-07-01 23:41:44 +12:00
writer.rb extract test models into their own files 2015-05-16 16:46:45 +12:00