Sha256: 3ddbc965371abea1b62f08bc67e719657ae699692e961f02ae968defdf7a2add
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start require 'rspec' require 'pry' require 'schema_expectations' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each do |file| require file end RSpec.configure do |config| config.raise_errors_for_deprecations! config.include SchemaExpectations::RSpecMatchers end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
schema_expectations-0.0.1 | spec/spec_helper.rb |
schema_expectations-0.0.0 | spec/spec_helper.rb |