Changeset [9702bf7a888e8b482aa75074bdc27eb859a586a2] by Chris Woodrich
October 22nd, 2015 @ 04:23 AM
Add specs for new behavior, experiment with error matching
https://github.com/aasm/aasm/commit/9702bf7a888e8b482aa75074bdc27eb...
Committed by Chris Woodrich
- M lib/aasm/core/event.rb
- M lib/aasm/core/transition.rb
- M spec/unit/callback_multiple_spec.rb
- M spec/unit/event_spec.rb
- M spec/unit/transition_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.