Sha256: 991475667a6e56780a5c7c716a865a448ec5e32a4a48b988700a390a7a8ad1cf
Contents?: true
Size: 585 Bytes
Versions: 3
Compression:
Stored size: 585 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' require 'yaml' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
challengepost-postmark-0.7.3 | spec/spec_helper.rb |
challengepost-postmark-0.7.2 | spec/spec_helper.rb |
challengepost-postmark-0.7.1 | spec/spec_helper.rb |