diff options
| -rw-r--r-- | spec/views/referentials/show.html.erb_spec.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/spec/views/referentials/show.html.erb_spec.rb b/spec/views/referentials/show.html.erb_spec.rb index fb468d0ee..7910ace28 100644 --- a/spec/views/referentials/show.html.erb_spec.rb +++ b/spec/views/referentials/show.html.erb_spec.rb @@ -42,7 +42,6 @@ describe "referentials/show", type: :view do      context "with a readonly referential" do        let(:readonly){ true }        it "should not present edit button" do -        p "HERE"          expect(rendered).to_not have_selector("a[href=\"#{view.edit_referential_path(referential)}\"]")        end      end | 
