about summary refs log tree commit homepage
path: root/test/test_extras_autoindex.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-05 20:45:09 +0000
committerEric Wong <e@80x24.org>2015-02-05 20:45:09 +0000
commit8df14c20ad4f0b4ec9814ba858edd7e2f5a7ca72 (patch)
treeb2420485d6c48dd19f5e08720551eb7f1cced478 /test/test_extras_autoindex.rb
parentb182bd7523a7dac186f1cb4f0bbca3a2649b451f (diff)
downloadyahns-8df14c20ad4f0b4ec9814ba858edd7e2f5a7ca72.tar.gz
While 1.9.3 support will probably be kept for another year or so,
it's probably not worth supporting non-critical extras/ stuff on
1.9.3.
Diffstat (limited to 'test/test_extras_autoindex.rb')
-rw-r--r--test/test_extras_autoindex.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_extras_autoindex.rb b/test/test_extras_autoindex.rb
index e17234f..d00a620 100644
--- a/test/test_extras_autoindex.rb
+++ b/test/test_extras_autoindex.rb
@@ -11,6 +11,7 @@ class TestExtrasAutoindex < Testcase
   def setup
     @tmpdir = Dir.mktmpdir
     server_helper_setup
+    skip 'Ruby 2.x required' unless ''.respond_to?(:b)
   end
 
   def teardown