aasm/spec/unit
Thorsten Böttger 09bcb66723 Merge pull request #283 from HoyaBoya/feature/pessimstic_locking_on_ar_persistence
Introduce Pessimistic Locking For AR Persistence
2016-02-09 23:06:49 +13:00
..
persistence pessmistic lock work 2016-02-05 15:28:35 -05:00
api_spec.rb distinguish between ActiveRecord class and plain Ruby classes 2015-05-15 22:37:28 +12:00
basic_two_state_machines_example_spec.rb add basic examples with two state machines 2015-07-20 20:55:47 +12:00
callback_multiple_spec.rb Conform error expectations to rspec standard, remove #safe_error 2015-11-15 20:22:58 -08:00
callbacks_spec.rb Fix #297 duplicate after_all_transitions after reload 2016-01-20 19:32:31 +08:00
complex_example_spec.rb let class names reflect its purpose (in tests) 2015-05-15 22:43:36 +12:00
complex_multiple_example_spec.rb add basic examples with two state machines 2015-07-20 20:55:47 +12:00
edge_cases_spec.rb handle edge cases when a state machine is accessed which doesn't exist 2015-08-05 22:00:22 +12:00
event_multiple_spec.rb more tests 2015-06-26 19:46:58 +12:00
event_naming_spec.rb allow :send as event name #257 2016-01-08 16:08:43 +13:00
event_spec.rb Add specs for new behavior, experiment with error matching 2015-10-22 01:23:04 -07:00
guard_multiple_spec.rb more tests 2015-06-26 19:46:58 +12:00
guard_spec.rb fix arity difference between Procs and lambdas (see #293 for details) 2016-01-05 23:51:11 +13:00
initial_state_multiple_spec.rb more tests 2015-06-26 19:46:58 +12:00
initial_state_spec.rb let class names reflect its purpose (in tests) 2015-05-15 22:50:29 +12:00
inspection_multiple_spec.rb add more complex example for ActiveRecord, when two state machines are defined in a class 2015-07-10 22:47:04 +12:00
inspection_spec.rb Fixes incorrect permitted states 2016-01-13 17:43:22 -05:00
localizer_spec.rb extract test models into their own files 2015-05-16 16:46:45 +12:00
memory_leak_spec.rb bugfix: avoid Rails autoloading conflicts (see #137 and #139) 2014-11-28 22:22:43 +01:00
new_dsl_spec.rb Update specs to use 'expect' syntax using transpec. Loosed gemspec to allow rspec versions greater than 2.14.x 2014-01-11 08:10:59 -08:00
readme_spec.rb another README example 2015-09-21 22:18:14 +12:00
reloading_spec.rb improve test description 2015-07-01 21:35:18 +12:00
rspec_matcher_spec.rb support RSpec matcher allow_transition_to 2015-10-31 00:30:19 +13:00
simple_custom_example_spec.rb incorporate feedback using AASM configuration options 2016-02-05 15:32:34 -05:00
simple_example_spec.rb let class names reflect its purpose (in tests) 2015-05-18 20:40:54 +12:00
simple_multiple_example_spec.rb first tests for state machines with multiple state attributes 2015-05-26 21:29:17 +12:00
state_spec.rb make sure to use parameterised aasm everywhere 2015-05-26 21:29:17 +12:00
subclassing_multiple_spec.rb add tests for subclassing classes with multiple state machines 2015-07-01 21:35:04 +12:00
subclassing_spec.rb let class names reflect its purpose (in tests) 2015-05-15 23:09:25 +12:00
transition_spec.rb Add option to use Class that responds to call for after transitions 2016-02-01 20:22:43 -08:00