Changeset [bde1780eb64a650d197cf2ba51d4346aa816d323] by Thorsten Böttger
November 25th, 2014 @ 04:49 PM
little clean-up for test classes
https://github.com/aasm/aasm/commit/bde1780eb64a650d197cf2ba51d4346...
Committed by Thorsten Böttger
- A spec/models/callbacks/basic.rb
- A spec/models/callbacks/guard_within_block.rb
- A spec/models/callbacks/with_args.rb
- A spec/models/callbacks/with_state_args.rb
- R spec/models/callback_new_dsl.rb
- R spec/models/guard_within_block.rb
- M spec/unit/callbacks_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.