Sha256: 1f30d7d59f244df00e142039f73f860a2e8943140b44e0d6829de6b1dae03a16
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
require "coveralls" Coveralls.wear_merged!("test_frameworks") require "csvlint" require "byebug" require "webmock/rspec" RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus # 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" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
csvlint-1.5.0 | spec/spec_helper.rb |
csvlint-1.4.0 | spec/spec_helper.rb |
csvlint-1.3.0 | spec/spec_helper.rb |
csvlint-1.2.0 | spec/spec_helper.rb |
csvlint-1.1.0 | spec/spec_helper.rb |