Sha256: 500590fbe4f6b0857f99306ac7aeb48129041db6fc7d15b0749609d892d5e4bc
Contents?: true
Size: 423 Bytes
Versions: 4
Compression:
Stored size: 423 Bytes
Contents
require 'spork' require 'rspec' Spork.prefork do unless ENV['DRB'] require 'simplecov' SimpleCov.start 'rails' end end Spork.each_run do if ENV['DRB'] require 'simplecov' SimpleCov.start 'rails' end end if ENV['CI'] require 'coveralls' Coveralls.wear! end RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus config.order = 'random' end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ruby-proxmox-1.0.2 | spec/spec_helper.rb |
ruby-proxmox-1.0.1 | spec/spec_helper.rb |
ruby-proxmox-1.0.0 | spec/spec_helper.rb |
proxmox-0.0.5 | spec/spec_helper.rb |