diff options
| author | Luc Donnet | 2018-02-21 15:37:13 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-02-21 15:37:13 +0100 | 
| commit | 63ab2c81b292fe18c28f9f22232ad3cb712a9717 (patch) | |
| tree | 687ece5eca626aeb2b6386b5a987b0c823c6e221 /spec | |
| parent | 3c1ae31e89179a2f1b2dc37340990cf29e9c0184 (diff) | |
| parent | 74b25fc30d53f9a469a79622a867e7898052eac6 (diff) | |
| download | chouette-core-5865-validate-referential-cloning.tar.bz2 | |
Merge branch '5865-validate-referential-cloning' of github.com:AF83/stif-boiv into 5865-validate-referential-cloning5865-validate-referential-cloning
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/views/referentials/show.html.erb_spec.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/spec/views/referentials/show.html.erb_spec.rb b/spec/views/referentials/show.html.erb_spec.rb index 8a6952b16..82328cb8e 100644 --- a/spec/views/referentials/show.html.erb_spec.rb +++ b/spec/views/referentials/show.html.erb_spec.rb @@ -12,7 +12,6 @@ describe "referentials/show", type: :view do    let(:permissions){ [] }    let(:current_organisation) { organisation }    let(:organisation) { referential.organisation } -  #let(:current_offer_workbench) { create :workbench, organisation: current_organisation}    let(:readonly){ false }    before :each do | 
