Sha256: bacc695018e4435d46ca3a279c44622662395fc4c8a5e50e4f17f891bac45c07
Contents?: true
Size: 446 Bytes
Versions: 2
Compression:
Stored size: 446 Bytes
Contents
require 'spec' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'acts_as_icontact' require 'spec_fakeweb' Spec::Runner.configure do |config| # config.after(:each) do # # Make sure we don't run afoul of iContact's rate limiting # sleep 1 # end config.mock_with :mocha # Set up some reasonable testing variables ActsAsIcontact::Config.mode = :sandbox end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
SFEley-acts_as_icontact-0.1.5 | spec/spec_helper.rb |
acts_as_icontact-0.1.5 | spec/spec_helper.rb |