aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/layouts/application.html.erb_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/layouts/application.html.erb_spec.rb')
-rw-r--r--spec/views/layouts/application.html.erb_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/layouts/application.html.erb_spec.rb b/spec/views/layouts/application.html.erb_spec.rb
index 700084922..80e3e6f86 100644
--- a/spec/views/layouts/application.html.erb_spec.rb
+++ b/spec/views/layouts/application.html.erb_spec.rb
@@ -12,7 +12,7 @@ describe "/layouts/application", :type => :view do
it "should display referential name as title" #do
# render
- # rendered.should_not have_selector("h1")
+ # expect(rendered).not_to have_selector("h1")
# end
end