1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models/callbacks
2016-12-19 11:29:19 +02:00
..
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 Merge branch 'transition_success_callbacks' of https://github.com/brega/aasm into brega-transition_success_callbacks 2016-03-19 17:42:35 +13:00
with_state_arg_multiple.rb Fix typo in specs. 2015-10-06 15:01:01 +02:00