Changeset [ce8c620a460da27431a5fd13ad84f72b42e26fd2] by Dathan Bennett
October 12th, 2016 @ 04:56 PM
Add test to verify the correct transition's callbacks actually
run
https://github.com/aasm/aasm/commit/ce8c620a460da27431a5fd13ad84f72...
Committed by Dathan Bennett
- M spec/models/multiple_transitions_that_differ_only_by_guard.rb
- M spec/unit/multiple_transitions_that_differ_only_by_guard_spec.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.