Sha256: c8cc4a0d44e0f6e1716534974e50445079a8b393e10e15ebfdfa7b5e3c884503

Contents?: true

Size: 534 Bytes

Versions: 5

Compression:

Stored size: 534 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.treat_symbols_as_metadata_keys_with_true_values = true

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = "random"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mailstro-0.0.6 spec/spec_helper.rb
mailstro-0.0.5 spec/spec_helper.rb
mailstro-0.0.4 spec/spec_helper.rb
mailstro-0.0.3 spec/spec_helper.rb
mailstro-0.0.2 spec/spec_helper.rb