Sha256: 581e1ea0421c48f212a34683e10700e615ddf70d0bf02bfedea012df145e79e7

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 Bytes

Contents

# encoding: utf-8
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

require 'nokogiri'
begin
  require 'yajl/json_gem'
rescue LoadError
  # ok not a big deal
  require 'json'
end
require 'simplecov'

RSpec.configure do |c|
  # Stop after the first failure
  c.fail_fast = true
end

SimpleCov.start

$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')

require 'prismic'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prismic.io-1.0.9 spec/spec_helper.rb
prismic.io-1.0.8 spec/spec_helper.rb
prismic.io-1.0.7 spec/spec_helper.rb
prismic.io-1.0.6 spec/spec_helper.rb