aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-11-17 16:36:51 -0500
committerSantiago Pastorino <santiago@wyeworks.com>2010-11-17 20:19:07 -0200
commitfe2f168d40385a0412f41c1a2a44a5536cada8df (patch)
tree68bca7e35f5a40f821f2703007e7b66798edddc4 /actionpack/test/controller/action_pack_assertions_test.rb
parent08eee5ce203a151798660d1aea26fa136d96a304 (diff)
downloadrails-fe2f168d40385a0412f41c1a2a44a5536cada8df.tar.gz
rails-fe2f168d40385a0412f41c1a2a44a5536cada8df.tar.bz2
rails-fe2f168d40385a0412f41c1a2a44a5536cada8df.zip
fix warning during test execution
[#5997 state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'actionpack/test/controller/action_pack_assertions_test.rb')
-rw-r--r--actionpack/test/controller/action_pack_assertions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb
index 22ccd2e6b3..7f3d943bba 100644
--- a/actionpack/test/controller/action_pack_assertions_test.rb
+++ b/actionpack/test/controller/action_pack_assertions_test.rb
@@ -173,7 +173,7 @@ class ActionPackAssertionsControllerTest < ActionController::TestCase
def test_string_constraint
with_routing do |set|
- set.draw do |map|
+ set.draw do
match "photos", :to => 'action_pack_assertions#nothing', :constraints => {:subdomain => "admin"}
end
end