Changeset [d0172e986336629e13011c0f77b070755f3ebbe8] by Thorsten Böttger

May 26th, 2015 @ 05:29 AM

more tests for multiple state machines (callbacks, rest)
https://github.com/aasm/aasm/commit/d0172e986336629e13011c0f77b0707...

Committed by Thorsten Böttger

  • A spec/models/callbacks/guard_within_block_multiple.rb
  • A spec/models/callbacks/multiple_transitions_transition_guard_multiple.rb
  • A spec/models/callbacks/private_method_multiple.rb
  • A spec/models/callbacks/with_args_multiple.rb
  • A spec/models/callbacks/with_state_arg_multiple.rb
  • A spec/models/foo_multiple.rb
  • M spec/unit/callback_multiple_spec.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.