Changeset [caa9d9dcc794d1b4eac336c34257a80420f0fdea] by Peter M. Goldstein

January 11th, 2014 @ 11:10 AM

Update specs to use 'expect' syntax using transpec. Loosed gemspec to allow rspec versions greater than 2.14.x
https://github.com/aasm/aasm/commit/caa9d9dcc794d1b4eac336c34257a80...

Committed by Peter M. Goldstein

  • 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
New-ticket Create new ticket

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.