aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2013-11-19 03:08:08 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2013-11-19 03:08:08 +0530
commitfc32b7f99bf7cab0f55ef73949f951cbc072dcf3 (patch)
tree59cb518d923957a165b06e795e3911d6091939c9 /actionpack
parent2e9e670c0fdf1540c8bf8c49a8c11a41aef74c75 (diff)
downloadrails-fc32b7f99bf7cab0f55ef73949f951cbc072dcf3.tar.gz
rails-fc32b7f99bf7cab0f55ef73949f951cbc072dcf3.tar.bz2
rails-fc32b7f99bf7cab0f55ef73949f951cbc072dcf3.zip
`skiping` => `skipping`
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/static_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/static_test.rb b/actionpack/test/dispatch/static_test.rb
index b640459e24..acccbcb2e6 100644
--- a/actionpack/test/dispatch/static_test.rb
+++ b/actionpack/test/dispatch/static_test.rb
@@ -38,7 +38,7 @@ module StaticTests
def test_served_static_file_with_non_english_filename
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"
end
assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}")