Sha256: 7d4a2e4f244dd8e315007d5572de6a5d16c48142c790651d3ef356185564079b

Contents?: true

Size: 211 Bytes

Versions: 25

Compression:

Stored size: 211 Bytes

Contents

$LOAD_PATH << File.expand_path(File.join(File.dirname( __FILE__ ), "../lib"))

require 'libyajl2'

RSpec.configure do |c|

  c.order = 'random'

  c.expect_with :rspec do |c2|
    c2.syntax = :expect
  end

end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
libyajl2-0.1.1 spec/spec_helper.rb
libyajl2-0.1.0 spec/spec_helper.rb
libyajl2-0.0.4 spec/spec_helper.rb
libyajl2-0.0.3 spec/spec_helper.rb
libyajl2-0.0.1 spec/spec_helper.rb