aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2018-01-30 13:55:33 +0100
committerLuc Donnet2018-01-30 13:55:33 +0100
commit617a54cf63d7f11111b168534d49cdc04a5865d4 (patch)
tree43740abd037c678d474b64887475067e45a32a9d
parent82e4e8694cafed21886b1a21db020802d5e34cc5 (diff)
downloadchouette-core-617a54cf63d7f11111b168534d49cdc04a5865d4.tar.bz2
Fix infinity loop in spec/views/referentials/show.html.erb_spec.rb detected only in ruby 2.3.15764-add-checksum-to-purchase-windows
-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
})