it's -> its

This commit is contained in:
Xavier Noria 2011-12-15 12:56:00 -08:00
parent 2b22564c4e
commit 5e0dec5e10

@ -21,7 +21,7 @@ def default_url_options
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"