Changeset [766e985158e6661d50722883807b567fecdb7723] by Thorsten Böttger
October 15th, 2011 @ 11:45 AM
cleaned up the specs
https://github.com/rubyist/aasm/commit/766e985158e6661d50722883807b...
Committed by Thorsten Böttger
- A spec/models/conversation.rb
- A spec/models/not_auto_loaded/process.rb
- A spec/spec_helpers/models_spec_helper.rb
- A spec/unit/conversation_spec.rb
- R spec/functional/conversation.rb
- R spec/models/process.rb
- R spec/spec_helpers/models_test_helper.rb
- R spec/functional/conversation_spec.rb
- M spec/unit/state_machine_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.