1
0
Fork 0
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:
Xavier Noria 2011-12-15 12:56:00 -08:00
parent 2b22564c4e
commit 5e0dec5e10

View file

@ -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"