Sha256: 919f6e9a7cdc7d7204879924cfeb9fb2d13b2bad55696834be93c1cc59ed719c

Contents?: true

Size: 259 Bytes

Versions: 53

Compression:

Stored size: 259 Bytes

Contents

module Postmark
  module RSpecHelpers
    def empty_gif_path
      File.join(File.dirname(__FILE__), '..', 'data', 'empty.gif')
    end

    def encoded_empty_gif_data
      Postmark::MessageHelper.encode_in_base64(File.read(empty_gif_path))
    end
  end
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
postmark-1.25.1 spec/support/helpers.rb
postmark-1.25.0 spec/support/helpers.rb
postmark-1.24.1 spec/support/helpers.rb
postmark-1.24.0 spec/support/helpers.rb
postmark-1.23.0 spec/support/helpers.rb
postmark-1.22.3 spec/support/helpers.rb
postmark-1.22.2 spec/support/helpers.rb
postmark-1.22.1 spec/support/helpers.rb
postmark-1.22.0 spec/support/helpers.rb
postmark-1.21.8 spec/support/helpers.rb
postmark-1.21.7 spec/support/helpers.rb
postmark-1.21.6 spec/support/helpers.rb
postmark-1.21.5 spec/support/helpers.rb
postmark-1.21.4 spec/support/helpers.rb
postmark-1.21.3 spec/support/helpers.rb
postmark-1.21.2 spec/support/helpers.rb
postmark-1.21.1 spec/support/helpers.rb
postmark-1.21.0 spec/support/helpers.rb
postmark-1.20.0 spec/support/helpers.rb
postmark-1.19.2 spec/support/helpers.rb