Sha256: 0f1c9c0987c54aaf5284e7f662b9a82fad5bd7d09f012e4072b190cc23c57dde

Contents?: true

Size: 445 Bytes

Versions: 8

Compression:

Stored size: 445 Bytes

Contents

# encoding: utf-8
require 'simplecov'
require 'active_support'

SimpleCov.start do
  root File.join(File.dirname(__FILE__), '..')
  add_filter "/bin/"
  add_filter "/spec/"
end

$:.unshift(File.dirname(__FILE__))
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'json_schema_tools'

RSpec.configure do |config|
end

# set global json schema path for examples
SchemaTools.schema_path = File.expand_path('../fixtures', __FILE__)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
json_schema_tools-0.1.0 spec/spec_helper.rb
json_schema_tools-0.0.8 spec/spec_helper.rb
json_schema_tools-0.0.7 spec/spec_helper.rb
json_schema_tools-0.0.6 spec/spec_helper.rb
json_schema_tools-0.0.5 spec/spec_helper.rb
json_schema_tools-0.0.4 spec/spec_helper.rb
json_schema_tools-0.0.3 spec/spec_helper.rb
json_schema_tools-0.0.2 spec/spec_helper.rb