diff options
| author | Vlatka Pavisic | 2017-03-22 14:13:39 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-03-22 14:13:39 +0100 | 
| commit | 3c97164c390c3001f656d174b80f8a87d57d60ef (patch) | |
| tree | 5572593d33c57113cb3fd1252ec5eed0a062fbd4 /spec/features | |
| parent | 840241c12211a5e46e5c38cc2007339d9e00c02f (diff) | |
| download | chouette-core-3c97164c390c3001f656d174b80f8a87d57d60ef.tar.bz2 | |
Refs #2912 : Drop translations cascade
Diffstat (limited to 'spec/features')
| -rw-r--r-- | spec/features/referentials_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/referentials_spec.rb b/spec/features/referentials_spec.rb index 39c5adcd5..7e22c6f17 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) | 
