Sha256: 9fcd080b8c408238c27ea13507b56bec627cdf97ab975ddd571b9ee88183416f

Contents?: true

Size: 329 Bytes

Versions: 5

Compression:

Stored size: 329 Bytes

Contents

# encoding: utf-8
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

5 entries across 5 versions & 1 rubygems

Version Path
prismic.io-1.0.5 spec/spec_helper.rb
prismic.io-1.0.4 spec/spec_helper.rb
prismic.io-1.0.3 spec/spec_helper.rb
prismic.io-1.0.2 spec/spec_helper.rb
prismic.io-1.0.1 spec/spec_helper.rb