aasm/spec
Tim Pope d59dbbf6b0 Allow duplicate state names in subclasses
When an AASM including class is subclassed, a shallow copy is made of
the StateMachine object.  This means that all subclasses share the same
states hash and thus the same set of states, which prevents (among other
things) different subclasses from using the same state names.

Give StateMachine a smart #clone method that copies the states hash and
invoke that rather than #dup upon subclassing.
2008-11-05 11:06:36 -05:00
..
functional Take state column for AR persistance out of class variables and add them to the 2008-06-22 11:17:12 -04:00
unit Allow duplicate state names in subclasses 2008-11-05 11:06:36 -05:00
spec_helper.rb Further set up for functional tests 2008-02-21 12:32:04 -05:00