# 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