aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorZog2018-04-27 15:12:16 +0200
committerJohan Van Ryseghem2018-04-27 15:13:51 +0200
commit1a6804e95d269adf741157314d32a4db6d8d76ea (patch)
tree2806951b5e594f9e858e8b9630cd5a94aecf8bc6 /spec
parente1425294874b4cd4d71668e7669220252ea2e936 (diff)
downloadchouette-core-1a6804e95d269adf741157314d32a4db6d8d76ea.tar.bz2
:fire: log
Diffstat (limited to 'spec')
-rw-r--r--spec/views/referentials/show.html.erb_spec.rb1
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