aasm/spec
Thorsten Böttger 4b32ab1a4e make sure to use override configuration options if state machine is defined more than once (see #287) 2015-12-08 22:55:44 +13:00
..
models make sure to use override configuration options if state machine is defined more than once (see #287) 2015-12-08 22:55:44 +13:00
unit make sure to use override configuration options if state machine is defined more than once (see #287) 2015-12-08 22:55:44 +13:00
database.rb another README example 2015-09-21 22:18:14 +12:00
database.yml using real database connections for testing to reduce dependency on Rails version (previously mocked away ActiveRecord connection, which is not used in Rails 3.1 anymore) 2011-08-31 23:49:09 +02:00
en.yml added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) 2012-12-27 10:23:41 +13:00
en_deprecated_style.yml added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) 2012-12-27 10:23:41 +13:00
spec_helper.rb support RSpec match transition_from 2015-10-30 23:47:13 +13:00