Changeset [a6152fe3f38a7c5e5688ae36577f439dc23949e2] by Anil Maurya
May 22nd, 2017 @ 10:55 AM
Fix may_*? methods when using with rspec-mocks
- rspec-mocks destroys arity (from 0 to -1)
- #449 https://github.com/aasm/aasm/commit/a6152fe3f38a7c5e5688ae36577f439...
Committed by Anil Maurya
- M lib/aasm/core/transition.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.