diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-11 15:00:40 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 15:00:40 +1100 |
commit | c9feb6a4002fc4b63021aeb5ffd6b2846ada7748 (patch) | |
tree | 31e7ec6983d95f9fd27650c852384ca2c74c1653 /spec/controllers/help_controller_spec.rb | |
parent | 2030909431415f0fd68d091b5d988db7276a974f (diff) |
integrate_views is render_views RSpec 2
Diffstat (limited to 'spec/controllers/help_controller_spec.rb')
-rw-r--r-- | spec/controllers/help_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb index 28fd08c80..0f6f75eb9 100644 --- a/spec/controllers/help_controller_spec.rb +++ b/spec/controllers/help_controller_spec.rb @@ -1,7 +1,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe HelpController, "when using help" do - integrate_views + render_views it "shows the about page" do get :about |