aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-02-08 16:41:35 +0100
committerZog2018-02-08 16:41:35 +0100
commit74b25fc30d53f9a469a79622a867e7898052eac6 (patch)
tree0e58aac99555767eeb754e99c8d412a2a56cff01
parent5b47e5e780a6d9cf8e94a8621723aa81e6dd0588 (diff)
downloadchouette-core-74b25fc30d53f9a469a79622a867e7898052eac6.tar.bz2
Fix specs
-rw-r--r--spec/views/referentials/show.html.erb_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/referentials/show.html.erb_spec.rb b/spec/views/referentials/show.html.erb_spec.rb
index 4a2afe2ca..21d296441 100644
--- a/spec/views/referentials/show.html.erb_spec.rb
+++ b/spec/views/referentials/show.html.erb_spec.rb
@@ -10,6 +10,7 @@ describe "referentials/show", type: :view do
end
let(:permissions){ [] }
let(:current_organisation) { organisation }
+ let(:organisation) { referential.organisation }
let(:current_offer_workbench) { create :workbench, organisation: current_organisation}
let(:readonly){ false }