aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/services_controller_spec.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-11 15:00:40 +1100
committerHenare Degan <henare.degan@gmail.com>2012-12-11 15:00:40 +1100
commitc9feb6a4002fc4b63021aeb5ffd6b2846ada7748 (patch)
tree31e7ec6983d95f9fd27650c852384ca2c74c1653 /spec/controllers/services_controller_spec.rb
parent2030909431415f0fd68d091b5d988db7276a974f (diff)
integrate_views is render_views RSpec 2
Diffstat (limited to 'spec/controllers/services_controller_spec.rb')
-rw-r--r--spec/controllers/services_controller_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/controllers/services_controller_spec.rb b/spec/controllers/services_controller_spec.rb
index a701ae247..d2d22826a 100644
--- a/spec/controllers/services_controller_spec.rb
+++ b/spec/controllers/services_controller_spec.rb
@@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe ServicesController, "when using web services" do
- integrate_views
+ render_views
# store and restore the locale in the context of the test suite to isolate
# changes made in these tests
@@ -40,4 +40,4 @@ describe ServicesController, "when using web services" do
FastGettext.set_locale(@old_locale)
end
-end \ No newline at end of file
+end