Sha256: 628e2ecd277f73dd1988fbf20a0103c83b6328c04ba4f7599ae27067ff834eda
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 Bytes
Contents
if ENV['COVERAGE'] == 'yes' require 'simplecov' SimpleCov.start end require 'codeclimate-test-reporter' CodeClimate::TestReporter.start require 'rspec' require 'factory_girl' # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| config.color = true config.formatter = :progress config.mock_with :rspec config.include FactoryGirl::Syntax::Methods config.order = 'random' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
audumbla-0.2.1 | spec/spec_helper.rb~ |
audumbla-0.2.0 | spec/spec_helper.rb~ |
audumbla-0.1.0 | spec/spec_helper.rb~ |