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

fix tests regression, renaming fixture extension from .yml.erb to .yml

This commit is contained in:
Nicolas Florentin 2016-06-03 10:10:13 +02:00
parent 70ff027792
commit 93fc9722e9
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ availability_12:
nb_total_places:
destroying: false
availability_13:
availability_13:
id: 13
start_at: 2015-06-15 12:00:28.000000000 Z
end_at: 2015-06-15 18:00:28.000000000 Z
@ -158,4 +158,4 @@ availability_16:
created_at: 2016-04-04 15:44:04.023557000 Z
updated_at: 2016-04-04 15:44:04.023557000 Z
nb_total_places:
destroying: false
destroying: false

View File

@ -79,4 +79,4 @@ class Subscriptions::RenewAsUserTest < ActionDispatch::IntegrationTest
assert_equal previous_expiration, @user.subscription.expired_at.to_i, "user's subscription has changed"
end
end
end