aasm/test
Thorsten Böttger 6bc99dcc39 Merge branch 'master' of https://github.com/wickkidd/aasm into wickkidd-master
Conflicts:
	Rakefile
	spec/spec_helper.rb
2011-09-08 19:09:16 +02:00
..
functional tests the new 'may' functionality 2010-10-05 12:17:40 -04:00
models avoiding memory leak in Rails 3 development mode (where cache_classes == false); drawback is, that now the state machine won't be re-declared on each request; thus, changes in the state machine will force you to restart the Rails server (but this still is better than the memory leak) 2011-04-01 09:22:54 +02:00
unit avoiding memory leak in Rails 3 development mode (where cache_classes == false); drawback is, that now the state machine won't be re-declared on each request; thus, changes in the state machine will force you to restart the Rails server (but this still is better than the memory leak) 2011-04-01 09:22:54 +02:00
test_helper.rb Merge branch 'master' of https://github.com/wickkidd/aasm into wickkidd-master 2011-09-08 19:09:16 +02:00