Changeset [ad48863e7a001a23bc6d84b15e8c5a058fc66261] by Thorsten Böttger
November 15th, 2013 @ 05:19 AM
using the latest version of rspec
https://github.com/aasm/aasm/commit/ad48863e7a001a23bc6d84b15e8c5a0...
Committed by Thorsten Böttger
- M aasm.gemspec
- M spec/unit/callbacks_spec.rb
- M spec/unit/event_spec.rb
- M spec/unit/persistence/active_record_persistence_spec.rb
- M spec/unit/state_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.