Changeset [34de314baa8c7b5b9daf5759b54fe3bfe14eded7] by Thorsten Böttger
December 14th, 2014 @ 08:53 AM
using RSpec 2.99 now (preparing RSpec 3)
https://github.com/aasm/aasm/commit/34de314baa8c7b5b9daf5759b54fe3b...
Committed by Thorsten Böttger
- M aasm.gemspec
- M spec/unit/complex_example_spec.rb
- M spec/unit/event_spec.rb
- M spec/unit/inspection_spec.rb
- M spec/unit/persistence/active_record_persistence_spec.rb
- M spec/unit/subclassing_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.