1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec
2014-12-31 12:13:48 +01:00
..
models bugfix: take private methods into account when checking for callbacks #197 2014-12-20 20:12:15 +01:00
unit bugfix: may_<event>? should return true or false only #200 2014-12-31 12:13:48 +01:00
database.rb bugfix: false is treated as uninitialised state (same as nil) #195 2014-12-13 01:21:40 +01: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 using RSpec 3 now 2014-12-14 15:05:16 +01:00