Sha256: 722bd2085b408ae2f8fb5357b7a04ba7dab6e0a10d8b659ab436b24a852a7137
Contents?: true
Size: 279 Bytes
Versions: 24
Compression:
Stored size: 279 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.order = 'random' c.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
24 entries across 24 versions & 1 rubygems