Sha256: 03eecec9d1e05607c4925ca7a1ec055004932db7b869c447ffdedbd45ec6ce89
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 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 '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.6.0 | spec/spec_helper.rb |
postmark-0.5.0 | spec/spec_helper.rb |