Changeset [ec82d2c4c3ea781c90c29815c9c8913aa8cd2779] by Thorsten Böttger
December 4th, 2014 @ 05:15 PM
refactor tests (do not use so many stubs and mocks)
https://github.com/aasm/aasm/commit/ec82d2c4c3ea781c90c29815c9c8913...
Committed by Thorsten Böttger
- M spec/database.rb
- M spec/models/persistence.rb
- M spec/unit/persistence/active_record_persistence_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.