diff --git a/test/fixtures/availabilities.yml.erb b/test/fixtures/availabilities.yml similarity index 99% rename from test/fixtures/availabilities.yml.erb rename to test/fixtures/availabilities.yml index 3fefe7c87..4929a833d 100644 --- a/test/fixtures/availabilities.yml.erb +++ b/test/fixtures/availabilities.yml @@ -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 \ No newline at end of file + destroying: false diff --git a/test/fixtures/subscriptions.yml.erb b/test/fixtures/subscriptions.yml similarity index 100% rename from test/fixtures/subscriptions.yml.erb rename to test/fixtures/subscriptions.yml diff --git a/test/integration/subscriptions/renew_as_user_test.rb b/test/integration/subscriptions/renew_as_user_test.rb index d534776ab..918f74989 100644 --- a/test/integration/subscriptions/renew_as_user_test.rb +++ b/test/integration/subscriptions/renew_as_user_test.rb @@ -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 \ No newline at end of file +end