aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/static_test.rb
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-10-24 13:52:34 +0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-10-27 01:13:28 -0200
commit190c69ece3a94dbd92f84833491d1b7b1bad06ea (patch)
tree1a79ca646cf65c15abc76b8a7064dca4b33870a8 /actionpack/test/dispatch/static_test.rb
parent8e57ed1a39f69a710be530cbfd90fc8c681b1d01 (diff)
downloadrails-190c69ece3a94dbd92f84833491d1b7b1bad06ea.tar.gz
rails-190c69ece3a94dbd92f84833491d1b7b1bad06ea.tar.bz2
rails-190c69ece3a94dbd92f84833491d1b7b1bad06ea.zip
Remove skipped JRuby tests that are passing on 9.0.3.0.
Diffstat (limited to 'actionpack/test/dispatch/static_test.rb')
-rw-r--r--actionpack/test/dispatch/static_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/dispatch/static_test.rb b/actionpack/test/dispatch/static_test.rb
index e62ed09b0a..1da57ab50b 100644
--- a/actionpack/test/dispatch/static_test.rb
+++ b/actionpack/test/dispatch/static_test.rb
@@ -75,8 +75,6 @@ module StaticTests
end
def test_served_static_file_with_non_english_filename
- jruby_skip "Stop skipping if following bug gets fixed: " \
- "http://jira.codehaus.org/browse/JRUBY-7192"
assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}")
end