aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-25 17:56:58 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-25 17:56:58 -0800
commitf863045c45fbbe5972f557c02b729441ffe81502 (patch)
tree801be7cffc8d88ff215b72202bb7830233c5652c /actionpack/test/controller/integration_test.rb
parent8760add31a0415b4635059cf7fadabc26946c0c2 (diff)
downloadrails-f863045c45fbbe5972f557c02b729441ffe81502.tar.gz
rails-f863045c45fbbe5972f557c02b729441ffe81502.tar.bz2
rails-f863045c45fbbe5972f557c02b729441ffe81502.zip
Rename metaclass to singleton_class
Diffstat (limited to 'actionpack/test/controller/integration_test.rb')
-rw-r--r--actionpack/test/controller/integration_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb
index 1611a549fd..437d26e4ed 100644
--- a/actionpack/test/controller/integration_test.rb
+++ b/actionpack/test/controller/integration_test.rb
@@ -396,7 +396,7 @@ class IntegrationProcessTest < ActionController::IntegrationTest
get 'get/:action', :to => controller
end
- self.metaclass.send(:include, set.named_url_helpers)
+ self.singleton_class.send(:include, set.named_url_helpers)
yield
end