Sha256: fe0561f5369fc4477db27483109e07827de2453fab930e6c6af8993c35bb94fa

Contents?: true

Size: 229 Bytes

Versions: 8

Compression:

Stored size: 229 Bytes

Contents

require 'rubygems'
require 'test/unit'

require File.dirname(__FILE__) + '/../lib/bounce_email'

def test_bounce(filename_no_ext)
  BounceEmail::Mail.read File.join(File.dirname(__FILE__), 'bounces', "#{filename_no_ext}.txt")
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bounce_email-0.2.8 test/test_helper.rb
bounce_email-0.2.7 test/test_helper.rb
bounce_email-0.2.6 test/test_helper.rb
bounce_email-0.2.5 test/test_helper.rb
bounce_email-0.2.4 test/test_helper.rb
bounce_email-0.2.3 test/test_helper.rb
bounce_email-0.2.2 test/test_helper.rb
bounce_email-0.2.1 test/test_helper.rb