aasm/spec/models/callbacks
HoyaBoya e64a84f71f attempt add global before transitions
coverage for not calling the transition callbacks

complete rething, support before after all events, error all events, and ensure
2015-11-04 22:01:13 -05:00
..
basic.rb attempt add global before transitions 2015-11-04 22:01:13 -05:00
basic_multiple.rb first tests for state machines with multiple state attributes (callbacks, part 1) 2015-05-26 21:29:17 +12:00
guard_within_block.rb little clean-up for test classes 2014-11-25 22:49:21 +01:00
guard_within_block_multiple.rb more tests for multiple state machines (callbacks, rest) 2015-05-26 21:29:18 +12:00
multiple_transitions_transition_guard.rb bugfix: fire guards only once per transition, part 2 #187 2014-11-25 22:23:23 +01:00
multiple_transitions_transition_guard_multiple.rb more tests for multiple state machines (callbacks, rest) 2015-05-26 21:29:18 +12:00
private_method.rb bugfix: take private methods into account when checking for callbacks #197 2014-12-20 20:12:15 +01:00
private_method_multiple.rb more tests for multiple state machines (callbacks, rest) 2015-05-26 21:29:18 +12:00
with_args.rb pass arguments into state callbacks 2015-03-04 11:55:34 +01:00
with_args_multiple.rb more tests for multiple state machines (callbacks, rest) 2015-05-26 21:29:18 +12:00
with_state_arg.rb Fix typo in specs. 2015-10-06 15:01:01 +02:00
with_state_arg_multiple.rb Fix typo in specs. 2015-10-06 15:01:01 +02:00