diff options
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 | 
