Sha256: f04166ffa8c67a86d6b4473fd0b4de4346ce62b61b00358c3a137c8bb9fb374c

Contents?: true

Size: 541 Bytes

Versions: 4

Compression:

Stored size: 541 Bytes

Contents

# Initialize simplecov for coverage report.
require 'simplecov'
require 'coveralls'
SimpleCov.start
Coveralls.wear!('rails') if ENV['COVERALLS_REPO_TOKEN']

RSpec.configure do |config|
 # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = "random"

  # Manually-added
  config.color_enabled = true
  config.tty = true
  config.formatter = :documentation
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
foreplay-0.1.5 spec/spec_helper.rb
contact-data-0.0.5 spec/spec_helper.rb
contact-data-0.0.4 spec/spec_helper.rb
contact-data-0.0.3 spec/spec_helper.rb