Changeset [f6c903fae4dfae34278d00395b97df444c9e9d1d] by Thorsten Böttger
January 13th, 2014 @ 03:32 PM
Merge pull request #106 from petergoldstein/feature/run_transpec
Update specs to use RSpec 3.0.x syntax
https://github.com/aasm/aasm/commit/f6c903fae4dfae34278d00395b97df4...
Committed by Thorsten Böttger
- M aasm.gemspec
- M spec/unit/api_spec.rb
- M spec/unit/callbacks_spec.rb
- M spec/unit/complex_example_spec.rb
- M spec/unit/event_spec.rb
- M spec/unit/initial_state_spec.rb
- M spec/unit/inspection_spec.rb
- M spec/unit/localizer_spec.rb
- M spec/unit/new_dsl_spec.rb
- M spec/unit/persistence/active_record_persistence_spec.rb
- M spec/unit/persistence/mongoid_persistance_spec.rb
- M spec/unit/simple_example_spec.rb
- M spec/unit/state_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.