diff options
author | Xavier Noria <fxn@hashref.com> | 2011-12-15 12:56:00 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-12-15 12:57:33 -0800 |
commit | 5e0dec5e1042e67fb50adc8c073216195ed23ceb (patch) | |
tree | 0a2d8c9cc72119d77ac13d06d6ef283ee8b28ffb /actionpack/test | |
parent | 2b22564c4efaa63d4bbc006762838c4025c1bdca (diff) | |
download | rails-5e0dec5e1042e67fb50adc8c073216195ed23ceb.tar.gz rails-5e0dec5e1042e67fb50adc8c073216195ed23ceb.tar.bz2 rails-5e0dec5e1042e67fb50adc8c073216195ed23ceb.zip |
it's -> its
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/default_url_options_with_filter_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/default_url_options_with_filter_test.rb b/actionpack/test/controller/default_url_options_with_filter_test.rb index 3bbb981040..ef028e8cdb 100644 --- a/actionpack/test/controller/default_url_options_with_filter_test.rb +++ b/actionpack/test/controller/default_url_options_with_filter_test.rb @@ -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" |