Changeset [7c02bafcad1be2b325673eb4faaface9cbebd5ab] by Thorsten Böttger

July 1st, 2015 @ 05:35 AM

add tests for subclassing classes with multiple state machines
https://github.com/aasm/aasm/commit/7c02bafcad1be2b325673eb4faaface...

Committed by Thorsten Böttger

  • A spec/unit/subclassing_multiple_spec.rb
  • M spec/models/sub_class.rb
  • M spec/models/sub_class_with_more_states.rb
  • M spec/models/super_class.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.