Sha256: 4b854d7cb942aee15fbabbd285ccbf4b23d9c624be6fe05f927a5a385ec63fd5
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start ENV['RAILS_ENV'] = 'test' require File.expand_path('../dummy/config/environment.rb', __FILE__) require 'rspec/rails' RSpec.configure do |config| config.order = 'random' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contexts-0.1.1 | spec/spec_helper.rb |
contexts-0.1.0 | spec/spec_helper.rb |