Changeset [f4f5ff559e7260ae4c2fac3c5b1973acb06dd086] by Anil Kumar Maurya

December 4th, 2016 @ 08:53 AM

Merge pull request #342 from pirj/test-matrix

Use appraisal to test all the matrix locally
https://github.com/aasm/aasm/commit/f4f5ff559e7260ae4c2fac3c5b1973a...

Committed by Anil Kumar Maurya

  • A Appraisals
  • A TESTING.md
  • A gemfiles/rails_4.2_mongoid_4.gemfile
  • M ".travis.yml"
  • M Gemfile
  • M Rakefile
  • M aasm.gemspec
  • M gemfiles/rails_3.2_stable.gemfile
  • M gemfiles/rails_4.0.gemfile
  • M gemfiles/rails_4.0_mongo_mapper.gemfile
  • M gemfiles/rails_4.2.gemfile
  • M gemfiles/rails_4.2_mongo_mapper.gemfile
  • M gemfiles/rails_4.2_mongoid_5.gemfile
  • M gemfiles/rails_5.0.gemfile
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.