aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-16 00:44:37 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-16 00:44:37 +0530
commitc758093eca303704f52b45fd0660e13600b9b315 (patch)
tree09f992d391376c6821abd7e930c7aabb6007143c /actionpack
parent5fccd77b6c71e26fcbf879657c1f532999171900 (diff)
downloadrails-c758093eca303704f52b45fd0660e13600b9b315.tar.gz
rails-c758093eca303704f52b45fd0660e13600b9b315.tar.bz2
rails-c758093eca303704f52b45fd0660e13600b9b315.zip
Spelling and Grammar check [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/url_generation_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/url_generation_test.rb b/actionpack/test/dispatch/url_generation_test.rb
index f919592d24..fdea27e2d2 100644
--- a/actionpack/test/dispatch/url_generation_test.rb
+++ b/actionpack/test/dispatch/url_generation_test.rb
@@ -66,7 +66,7 @@ module TestUrlGeneration
assert_equal "http://www.example.com:8080/foo", foo_url(host: "www.example.com:8080", protocol: "http://")
end
- test "port option overides the host" do
+ test "port option overrides the host" do
assert_equal "http://www.example.com:8080/foo", foo_url(host: "www.example.com:8443", protocol: "http://", port: 8080)
end