Sha256: e601c078b2e93e14e51d41ef9600806defda2c41894e1ae780404b034061b5d8

Contents?: true

Size: 201 Bytes

Versions: 15

Compression:

Stored size: 201 Bytes

Contents

unless ENV['CI']
  require 'simplecov'
  SimpleCov.start
end

$root = File.expand_path('../../', __FILE__)
require "#{$root}/lib/json_schema_spec"

RSpec.configure do |c|
  c.include JsonSchemaSpec
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
json_schema_spec-0.1.5 spec/spec_helper.rb
json_schema_spec-0.1.4 spec/spec_helper.rb
json_schema_spec-0.1.3 spec/spec_helper.rb
json_schema_spec-0.1.2 spec/spec_helper.rb
json_schema_spec-0.1.1 spec/spec_helper.rb
json_schema_spec-0.1.0 spec/spec_helper.rb
json_schema_spec-0.0.9 spec/spec_helper.rb
json_schema_spec-0.0.8 spec/spec_helper.rb
json_schema_spec-0.0.7 spec/spec_helper.rb
json_schema_spec-0.0.6 spec/spec_helper.rb
json_schema_spec-0.0.5 spec/spec_helper.rb
json_schema_spec-0.0.4 spec/spec_helper.rb
json_schema_spec-0.0.3 spec/spec_helper.rb
json_schema_spec-0.0.2 spec/spec_helper.rb
json_schema_spec-0.0.1 spec/spec_helper.rb