1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

fix D3 date format for test

This commit is contained in:
Sylvain 2016-04-06 16:01:59 +02:00
parent 43f076191c
commit 2e2f25ce47
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ test:
fablab_without_plans: false
time_zone: Paris
week_starting_day: monday
d3_date_format: %d/%m/%y
d3_date_format: '%d/%m/%y'
uib_date_format: dd/MM/yyyy
rails_locale: en
moment_locale: en

View File

@ -66,7 +66,7 @@ class AbusesTest < ActionDispatch::IntegrationTest
default_headers
assert_equal 422, response.status, response.body
assert_match /can't be blank|doit être rempli/, response.body
assert_match /can't be blank/, response.body
end
end