Sha256: 4767fa3a9336d94d4cfa72eae446ca3e21ccc0051447ce6b58082a7678307d92
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
require 'simplecov' SimpleCov.start if ENV['CI'] == 'true' require 'codecov' SimpleCov.formatter = SimpleCov::Formatter::Codecov else SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter end require 'planter' RSpec.configure do |c| c.expect_with(:rspec) { |e| e.syntax = :expect } c.before(:each) do allow(FileUtils).to receive(:remove_entry_secure).with(anything) end c.add_formatter 'Fuubar' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
planter-cli-0.0.3 | spec/spec_helper.rb |