Sha256: 76f55de51b4141143ec496b79fc7150ce7c678e02e3dcabcd4f613ea6564bc7e
Contents?: true
Size: 500 Bytes
Versions: 3
Compression:
Stored size: 500 Bytes
Contents
require 'coveralls' Coveralls.wear! 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' # Require the RSpec 3 "expect()" syntax config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jshint-1.5.0 | spec/spec_helper.rb |
jshint-1.4.0 | spec/spec_helper.rb |
jshint-1.3.1 | spec/spec_helper.rb |