mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
it's -> its
This commit is contained in:
parent
2b22564c4e
commit
5e0dec5e10
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ end
|
|||
|
||||
class ControllerWithBeforeFilterAndDefaultUrlOptionsTest < ActionController::TestCase
|
||||
|
||||
# This test has it´s roots in issue #1872
|
||||
# This test has its roots in issue #1872
|
||||
test "should redirect with correct locale :de" do
|
||||
get :redirect, :locale => "de"
|
||||
assert_redirected_to "/controller_with_before_filter_and_default_url_options/target?locale=de"
|
||||
|
|
Loading…
Reference in a new issue