Sha256: 372eed65cfba9d9ef163fb63b5f0b1d009e2fd0c7c2dc535e2d6ba58fb548713

Contents?: true

Size: 266 Bytes

Versions: 8

Compression:

Stored size: 266 Bytes

Contents

require 'inline_styles_mailer'
require 'rails/all'

ActionMailer::Base.delivery_method = :test
ActionMailer::Base.prepend_view_path File.join(File.dirname(__FILE__), "fixtures", "views")

Dir["#{File.dirname(__FILE__)}/fixtures/mailers/*.rb"].each { |f| require f }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inline_styles_mailer-0.0.8 spec/spec_helper.rb
inline_styles_mailer-0.0.7 spec/spec_helper.rb
inline_styles_mailer-0.0.6 spec/spec_helper.rb
inline_styles_mailer-0.0.5 spec/spec_helper.rb
inline_styles_mailer-0.0.4 spec/spec_helper.rb
inline_styles_mailer-0.0.3 spec/spec_helper.rb
inline_styles_mailer-0.0.2 spec/spec_helper.rb
inline_styles_mailer-0.0.1 spec/spec_helper.rb