Sha256: 80ddc6250a9cd280dee204561029d2dcd87a3e0a500991cd7a02003fb13afaa8
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2018-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # require 'yaml' require 'pry' require 'proforma' require 'simplecov' require 'simplecov-console' SimpleCov.formatter = SimpleCov::Formatter::Console SimpleCov.start require './lib/proforma/extended_evaluator'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
proforma-extended-evaluator-1.0.0 | spec/spec_helper.rb |
proforma-extended-evaluator-1.0.0.pre.alpha | spec/spec_helper.rb |