Sha256: bc76d2cac4676d8bdec181f122cbafd6d3544bb8bbaa4c885ab30c70cce9a807

Contents?: true

Size: 307 Bytes

Versions: 8

Compression:

Stored size: 307 Bytes

Contents

require 'sendgrid-rails'

ActionMailer::Base.register_interceptor(SendGrid::MailInterceptor)
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
sendgrid-rails-3.1.0 spec/spec_helper.rb
sendgrid-rails-3.0.0 spec/spec_helper.rb
sendgrid-rails-2.0.5 spec/spec_helper.rb
sendgrid-rails-2.0.4 spec/spec_helper.rb
sendgrid-rails-2.0.3 spec/spec_helper.rb
sendgrid-rails-2.0.2 spec/spec_helper.rb
sendgrid-rails-2.0.1 spec/spec_helper.rb
sendgrid-rails-2.0 spec/spec_helper.rb