aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/referentials_spec.rb
diff options
context:
space:
mode:
authorLuc Donnet2017-03-22 15:26:49 +0100
committerLuc Donnet2017-03-22 15:26:49 +0100
commitaf71d3fbbf93cb4da1d2ebd1a1b705019f6cddb5 (patch)
treee008f8f0f7c63bb7ff94791225af3c77d4d96d3a /spec/features/referentials_spec.rb
parent3c97164c390c3001f656d174b80f8a87d57d60ef (diff)
downloadchouette-core-af71d3fbbf93cb4da1d2ebd1a1b705019f6cddb5.tar.bz2
Revert "Refs #2912 : Drop translations cascade"
This reverts commit 3c97164c390c3001f656d174b80f8a87d57d60ef.
Diffstat (limited to 'spec/features/referentials_spec.rb')
-rw-r--r--spec/features/referentials_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/referentials_spec.rb b/spec/features/referentials_spec.rb
index 7e22c6f17..39c5adcd5 100644
--- a/spec/features/referentials_spec.rb
+++ b/spec/features/referentials_spec.rb
@@ -50,7 +50,7 @@ describe "Referentials", :type => :feature do
end
describe "destroy" do
- let(:referential) { create(:referential, :organisation => @user.organisation) }
+ let(:referential) { create(:referential, :organisation => @user.organisation) }
it "should remove referential" do
visit referential_path(referential)