1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/unit
2016-08-01 18:25:12 +05:30
..
persistence Implement whiny persistence so that transition! will raise by default, mirroring ActiveRecord's behavior. 2016-06-18 22:27:50 -07:00
api_spec.rb Fix #273 work right after dup 2016-03-16 11:50:46 +08: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 Merge branch 'transition_success_callbacks' of https://github.com/brega/aasm into brega-transition_success_callbacks 2016-03-19 17:42:35 +13:00
complex_example_spec.rb
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
event_naming_spec.rb allow :send as event name #257 2016-01-08 16:08:43 +13:00
event_spec.rb Merge branch 'transition_success_callbacks' of https://github.com/brega/aasm into brega-transition_success_callbacks 2016-03-19 17:42:35 +13:00
exception_spec.rb Eager error message 2016-03-15 22:59:35 +03:00
guard_multiple_spec.rb
guard_spec.rb fix arity difference between Procs and lambdas (see #293 for details) 2016-01-05 23:51:11 +13:00
guard_with_params_multiple_spec.rb Fix [#388] guard parameter for permissible states 2016-08-01 18:25:12 +05:30
guard_with_params_spec.rb Fix [#388] guard parameter for permissible states 2016-08-01 18:25:12 +05:30
initial_state_multiple_spec.rb
initial_state_spec.rb
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 adding support for :permitted => false on both events and states inspection 2016-05-14 22:40:45 +01:00
localizer_spec.rb
memory_leak_spec.rb Support for object proxies for RubyMotion ! 2016-03-19 03:41:04 +01:00
namespaced_multiple_example_spec.rb Allow namespacing methods and state constants 2015-09-22 16:22:05 -04:00
new_dsl_spec.rb
override_warning_spec.rb Allow AASM to take a logger configuration 2016-05-25 14:21:13 -04:00
readme_spec.rb allow multiple states to be defined on one line 2015-12-02 02:38:56 -07: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
simple_multiple_example_spec.rb
state_spec.rb
states_on_one_line_example_spec.rb allow multiple states to be defined on one line 2015-12-02 02:38:56 -07: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
transition_spec.rb Fix a transition success callback issue 2016-05-13 16:01:40 +09:00