Sha256: 5cb63aaf4a2b4184442acee496da65afb4da3a12b56a5e1acd7ca6e485d4f525
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
require 'mailstro' SPEC_PATH = Pathname.new(File.expand_path('..', __FILE__)) FIXTURES_PATH = SPEC_PATH.join('fixtures') Dir[SPEC_PATH.join("support/**/*.rb")].each { |f| require f } RSpec.configure do |config| config.after(:each) do Mailstro::TestStrategy.clear Mailstro.strategy = Mailstro::RealStrategy end config.order = "random" config.treat_symbols_as_metadata_keys_with_true_values = true end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mailstro-0.0.10 | spec/spec_helper.rb |
mailstro-0.0.9 | spec/spec_helper.rb |
mailstro-0.0.8 | spec/spec_helper.rb |