diff options
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r-- | test/helpers/application_helper_test.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 70f77ec42..0cfafd221 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1790,11 +1790,6 @@ RAW assert !result.html_safe? end - def test_back_url_should_remove_utf8_checkmark_from_referer - stubs(:request).returns(stub(:env => {'HTTP_REFERER' => "/path?utf8=\u2713&foo=bar"})) - assert_equal "/path?foo=bar", back_url - end - def test_hours_formatting set_language_if_valid 'en' |