Sha256: 599e3a0288624dffa06831694ef70554debb5cedf9284b5190a34aec4cfce221
Contents?: true
Size: 542 Bytes
Versions: 7
Compression:
Stored size: 542 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
7 entries across 7 versions & 1 rubygems