1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models/callbacks
Anil Maurya a8ceb82b04 Fix callback argument for :before_success & :success callback.
Simplify readme for callback arguments
2019-05-20 17:56:52 +05:30
..
basic.rb Add before_success event on event layer 2016-12-19 11:29:19 +02: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 Update/fix specs 2015-06-18 19:32:37 +08: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 Update/fix specs 2015-06-18 19:32:37 +08: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 Update/fix specs 2015-06-18 19:32:37 +08: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 callback argument for :before_success & :success callback. 2019-05-20 17:56:52 +05:30
with_state_arg_multiple.rb Fix callback argument for :before_success & :success callback. 2019-05-20 17:56:52 +05:30