summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-04-21 21:00:12 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-04-21 21:00:12 -0700
commit7a991d12b851c9d17791b5e789f64ec2b33e75c9 (patch)
treed7d7a2d5012eae3b6944bc06d946b576e66d6a82 /spec
parenta9ae440827c27ee2cb7d815559fee40d336767c1 (diff)
downloadffi-yajl-7a991d12b851c9d17791b5e789f64ec2b33e75c9.tar.gz
dropping support for ruby 1.8.7
adding support for UTF-8 encoding issues and making it backcompat with 1.8.7 is too painful for words, goodbye...
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0076755..03af269 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -35,7 +35,6 @@ require 'ffi_yajl'
RSpec.configure do |c|
c.filter_run_excluding :unix_only => true unless RUBY_PLATFORM !~ /mswin|mingw|windows/
- c.filter_run_excluding :ruby_gte_19 => true unless RUBY_VERSION.to_f >= 1.9
c.filter_run_excluding :ruby_gte_193 => true unless RUBY_VERSION.to_f >= 2.0 || RUBY_VERSION =~ /^1\.9\.3/
c.order = 'random'