Sha256: 79d837e828df5885cca8741e9f4a1e162014616399b78a8936d0967303d00d79
Contents?: true
Size: 494 Bytes
Versions: 24
Compression:
Stored size: 494 Bytes
Contents
# Initialize simplecov for coverage report. require 'simplecov' require 'coveralls' Coveralls.wear! 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 = true config.tty = true config.formatter = :documentation end
Version data entries
24 entries across 24 versions & 1 rubygems