aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/views/referentials/show.html.erb_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/referentials/show.html.erb_spec.rb b/spec/views/referentials/show.html.erb_spec.rb
index a77d348de..4a2afe2ca 100644
--- a/spec/views/referentials/show.html.erb_spec.rb
+++ b/spec/views/referentials/show.html.erb_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe "referentials/show", type: :view do
let!(:referential) do
- referential = create(:referential, organisation: current_organisation)
+ referential = create(:referential)
assign :referential, referential.decorate(context: {
current_organisation: referential.organisation
})