Sha256: 09337b2a09b98ea7f4341a8331b0eb35ae38ebb7bb25ebf2b18cfbf79edab79d
Contents?: true
Size: 399 Bytes
Versions: 5
Compression:
Stored size: 399 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 'abucoins' 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 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
abucoins-0.3.1 | spec/spec_helper.rb |
abucoins-0.3.0 | spec/spec_helper.rb |
abucoins-0.2.0 | spec/spec_helper.rb |
abucoins-0.1.0 | spec/spec_helper.rb |
abucoins-0.0.1 | spec/spec_helper.rb |