Changeset [67e1d230466568f4a6b66666b7d547a3f79fcb12] by Donald Plummer

November 20th, 2013 @ 06:18 PM

Fix transition test to not pass args

This fixes the negative case to actually test the negative case, instead
of the positive case.
https://github.com/aasm/aasm/commit/67e1d230466568f4a6b66666b7d547a...

Committed by Donald Plummer

  • M spec/unit/transition_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.