Nikolay Markov
|
23210e8f31
|
Fix tests for Localizer (#689)
* Fix tests for Localizer
* Fix spec/unit/inspection_multiple_spec.rb
* Fix spec/unit/state_spec.rb
* Remove spec/en_deprecated_style.yml
* restrict codecov version to "< 0.1.20"
|
2020-08-05 20:27:12 +05:30 |
|
Anil
|
fc8b5efaa8
|
Add spec to make sure that :after_commit callback
does not get triggered if validation failed when
auto-save (bang) method is used.
|
2016-09-19 20:13:26 +05:30 |
|
Thorsten Böttger
|
5619789c3d
|
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 |
|
Thorsten Böttger
|
d8a4417671
|
removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details)
|
2012-06-06 22:32:52 +12:00 |
|
Thorsten Böttger
|
55fbd65fa9
|
avoiding naming conflict with using I18n module in AASM'ified class
|
2011-09-10 18:41:48 +02:00 |
|
Konstantin Shabanov
|
b7852e29f8
|
added spec for i18n
|
2011-02-12 23:10:39 +07:00 |
|