Sha256: bbe2ca33d7a3ef9184ebdfbc51dbc5cda9e37e87e1ae6eebaf4cd9455860d113

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

Stored size: 271 Bytes

Contents

require 'rubygems'
require 'coveralls'
Coveralls.wear!

require 'mandriller'

Dir[File.join(File.dirname(__FILE__), "support/**/*.rb")].each {|f| require f }

RSpec.configure do |config|
  config.before :suite do
    ActionMailer::Base.delivery_method = :test
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mandriller-0.2.0 spec/spec_helper.rb
mandriller-0.1.1 spec/spec_helper.rb
mandriller-0.1.0 spec/spec_helper.rb
mandriller-0.0.7 spec/spec_helper.rb
mandriller-0.0.6 spec/spec_helper.rb
mandriller-0.0.5 spec/spec_helper.rb
mandriller-0.0.4 spec/spec_helper.rb
mandriller-0.0.3 spec/spec_helper.rb
mandriller-0.0.1 spec/spec_helper.rb