Sha256: 217f950ee9cdce1df09713fdd5fc93581996c6b491b8f692f59954c8511c2c1c

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rubygems'
require 'rspec'
require 'actionmailer-text'
require 'email-example-spec'

ActionMailer::Base.view_paths = File.join(File.dirname(__FILE__), 'support')

EmailExampleSpec.configure do |config|
  config.fixture_path = File.join(File.dirname(__FILE__), 'support/fixtures')
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
actionmailer-textgiri-0.2.1 spec/spec_helper.rb
actionmailer-textgiri-0.2 spec/spec_helper.rb
actionmailer-textgiri-0.1.2 spec/spec_helper.rb
actionmailer-text-0.1.1 spec/spec_helper.rb
actionmailer-text-0.1.0 spec/spec_helper.rb