diff options
Diffstat (limited to 'spec/views')
| -rw-r--r-- | spec/views/referentials/show.html.erb_spec.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/spec/views/referentials/show.html.erb_spec.rb b/spec/views/referentials/show.html.erb_spec.rb index a7f37d180..8a6952b16 100644 --- a/spec/views/referentials/show.html.erb_spec.rb +++ b/spec/views/referentials/show.html.erb_spec.rb @@ -11,6 +11,8 @@ describe "referentials/show", type: :view do    let(:organisation){ referential.try(:organisation) }    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 | 
