Sha256: ec7e8177c8acb1f9ce19fca3628079adcff9b038290f81d4474bb11b3f1a8454
Contents?: true
Size: 388 Bytes
Versions: 22
Compression:
Stored size: 388 Bytes
Contents
$: << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib")) require 'ffi_yajl' RSpec.configure do |c| 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' c.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
ffi-yajl-0.2.0 | spec/spec_helper.rb |
ffi-yajl-0.2.0-universal-java | spec/spec_helper.rb |