Sha256: 4a64e9e3af822ab6daa0595e50d938f5771f42782777f84f7b3e340a740ad09c
Contents?: true
Size: 465 Bytes
Versions: 12
Compression:
Stored size: 465 Bytes
Contents
# Initialize simplecov for coverage report. require 'simplecov' SimpleCov.start 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
12 entries across 12 versions & 2 rubygems