Sha256: 7717eb5c6de1d60bf112457161e4d949e8e5527e8b634d21638168a41f1da6b8
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
require 'pry' %w(lib spec/support).each do |path| Dir["./#{ path }/**/*.rb"].sort.each{ |file| require file } end require 'codeclimate-test-reporter' CodeClimate::TestReporter.start require 'rspec/its' RSpec.configure do |config| config.disable_monkey_patching! config.include IntegrationHelper, type: :integration end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json-schema_builder-0.0.1 | spec/spec_helper.rb |