fix small typo in routing test

This commit is contained in:
Accessd 2014-10-21 19:46:29 +04:00
parent 42130e8572
commit 20dcc0ab0a
1 changed files with 1 additions and 1 deletions

View File

@ -4420,7 +4420,7 @@ class TestUrlGenerationErrors < ActionDispatch::IntegrationTest
include Routes.url_helpers
test "url helpers raise a helpful error message whem generation fails" do
test "url helpers raise a helpful error message when generation fails" do
url, missing = { action: 'show', controller: 'products', id: nil }, [:id]
message = "No route matches #{url.inspect} missing required keys: #{missing.inspect}"