Sha256: f2de03b84d1d71ef5d79c03b93e7743a5d8dabe093b2580bb1077235d54ec5e7
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
# use the local version of the code instead of a globally installed gem $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) # only run coverage reports on github actions if ENV["COVERAGE"] require "simplecov" SimpleCov.start require "codecov" SimpleCov.formatter = SimpleCov::Formatter::Codecov end require "money-tree" RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
money-tree-0.11.2 | spec/spec_helper.rb |
money-tree-0.11.1 | spec/spec_helper.rb |