Sha256: 4b7d9c20412cefb7821ad5faedfb781d88a0eacec49926500d915d4291afcf9b

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'postmark'
require 'rubygems'
require 'active_support'
require 'json'
require 'ruby-debug'
require 'fakeweb'
require 'fakeweb_matcher'
require 'timecop'
require 'spec'
require 'spec/autorun'

if ENV['JSONGEM']
  # `JSONGEM=Yajl rake spec`
  Postmark.response_parser_class = ENV['JSONGEM'].to_sym
  puts "Setting ResponseParser class to #{Postmark::ResponseParsers.const_get Postmark.response_parser_class}"
end

Spec::Runner.configure do |config|

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postmark-0.7.1 spec/spec_helper.rb
postmark-0.7.0 spec/spec_helper.rb