Sha256: ac1c39426372b70cea97735c05f1a3a03586630fdf0f4d6a20e81246eb0339e5

Contents?: true

Size: 279 Bytes

Versions: 16

Compression:

Stored size: 279 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require'rspec'
require'siebel_donations'
require 'webmock/rspec'
RSpec.configure do |config|
end

SiebelDonations.configure do |config|
  config.oauth_token = 'foo'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
siebel_donations-1.0.15 spec/spec_helper.rb
siebel_donations-1.0.14 spec/spec_helper.rb
siebel_donations-1.0.13 spec/spec_helper.rb
siebel_donations-1.0.12 spec/spec_helper.rb
siebel_donations-1.0.11 spec/spec_helper.rb
siebel_donations-1.0.10 spec/spec_helper.rb
siebel_donations-1.0.9 spec/spec_helper.rb
siebel_donations-1.0.8 spec/spec_helper.rb
siebel_donations-1.0.7 spec/spec_helper.rb
siebel_donations-1.0.6 spec/spec_helper.rb
siebel_donations-1.0.5 spec/spec_helper.rb
siebel_donations-1.0.4 spec/spec_helper.rb
siebel_donations-1.0.3 spec/spec_helper.rb
siebel_donations-1.0.2 spec/spec_helper.rb
siebel_donations-1.0.1 spec/spec_helper.rb
siebel_donations-1.0.0 spec/spec_helper.rb