1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

skiping => skipping

This commit is contained in:
Kuldeep Aggarwal 2013-11-19 03:08:08 +05:30
parent 2e9e670c0f
commit fc32b7f99b

View file

@ -38,7 +38,7 @@ module StaticTests
def test_served_static_file_with_non_english_filename def test_served_static_file_with_non_english_filename
if RUBY_ENGINE == 'jruby ' if RUBY_ENGINE == 'jruby '
skip "Stop skiping if following bug gets fixed: " \ skip "Stop skipping if following bug gets fixed: " \
"http://jira.codehaus.org/browse/JRUBY-7192" "http://jira.codehaus.org/browse/JRUBY-7192"
end end
assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}") assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}")