Sha256: efa555c6779436f0a148d7df79fda496a2616feddd3aaffca4059c54b2719f5c
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
# frozen_string_literal: true require 'simplecov' SimpleCov.start do # add_group 'Group', 'lib/mailpeek' end require 'mailpeek' require 'faker' Dir[File.dirname(__FILE__) + '/support/**/*.rb'].sort.each { |f| require f } RSpec.configure do |config| config.before do Mailpeek.configure do |c| c.location = File.dirname(__FILE__) + '/support/emails' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailpeek-1.0.3 | spec/spec_helper.rb |