Changeset [cf18161abc03b70a5a5ffe667eaa34520ce4df49] by Thorsten Böttger
August 31st, 2011 @ 05:49 PM
using real database connections for testing to reduce dependency
on Rails version (previously mocked away ActiveRecord connection,
which is not used in Rails 3.1 anymore)
https://github.com/rubyist/aasm/commit/cf18161abc03b70a5a5ffe667eaa...
Committed by Thorsten Böttger
- A spec/database.yml
- A spec/schema.rb
- M .gitignore
- M aasm.gemspec
- M spec/spec_helper.rb
- M spec/unit/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.