Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Apr 4, 2017
1 parent dcba67d commit 6a3f9f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -25,6 +25,7 @@
- fix searching with :multi_chosen search_ui
- fix human conditions for :chosen and :multi_chosen search_ui
- fix display of association in list when association_limit is nil
- fix conversion of i18n date and datetime value, some abbr day and month may be equal in some languages

= 3.4.42
- Fix for protected and private authorized methods
Expand Down
1 change: 0 additions & 1 deletion test/misc/parse_datetime_test.rb
Expand Up @@ -29,7 +29,6 @@ class ParseDatetimeTest < MiniTest::Test

def setup
DateTimeModel.load_schema! if Rails.version >= '5.0'
I18n.t('time.formats', locale: :es) # needed so is loaded
spanish = {
time: {
formats: {picker: '%a, %d %b %Y %H:%M:%S'}
Expand Down

0 comments on commit 6a3f9f1

Please sign in to comment.