diff options
| author | Luc Donnet | 2018-01-30 13:55:33 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-01-30 13:55:33 +0100 | 
| commit | 617a54cf63d7f11111b168534d49cdc04a5865d4 (patch) | |
| tree | 43740abd037c678d474b64887475067e45a32a9d | |
| parent | 82e4e8694cafed21886b1a21db020802d5e34cc5 (diff) | |
| download | chouette-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.rb | 2 | 
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      }) | 
