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
2017-08-10 12:06:31 +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 specs to verify may_*? methods for ActiveRecord 2017-04-30 02:25:35 +05:30
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
invalid_persistor.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11: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
silent_persistor.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
simple_new_dsl.rb Add tests for multiple named scopes 2016-09-18 17:06:10 +03: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
transactor.rb Add use transaction flag 2017-08-10 12:06:31 +05:30
transient.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
validator.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11: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
worker.rb run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
writer.rb extract test models into their own files 2015-05-16 16:46:45 +12:00