aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/referentials/show.html.erb_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/referentials/show.html.erb_spec.rb')
-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 2f3a64568..30347bae8 100644
--- a/spec/views/referentials/show.html.erb_spec.rb
+++ b/spec/views/referentials/show.html.erb_spec.rb
@@ -5,7 +5,6 @@ describe "referentials/show.html.erb" do
it "should have a title with name" do
render
- puts render
rendered.should have_selector("h2", :text => Regexp.new(referential.name))
end