Sha256: 0977fc365392d805e137c5bf5b8301611a0e42b3e2a61269600c745fe6d04b62

Contents?: true

Size: 626 Bytes

Versions: 11

Compression:

Stored size: 626 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'logger'

Bundler.require(:default, :runtime, :test)
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'chargify'
require 'rspec/core'
require 'autotest/rspec2'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

FakeWeb.allow_net_connect = false

RSpec.configure do |config|
  # config.include(Rack::Test::Methods)

  config.before :suite do

  end

end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
stefl-chargify-0.3.10 spec/spec_helper.rb
stefl-chargify-0.3.6 spec/spec_helper.rb
stefl-chargify-0.3.5 spec/spec_helper.rb
stefl-chargify-0.3.4 spec/spec_helper.rb
stefl-chargify-0.3.3 spec/spec_helper.rb
jsmestad-chargify-0.3.3 spec/spec_helper.rb
jsmestad-chargify-0.3.2.2 spec/spec_helper.rb
jsmestad-chargify-0.3.2.1 spec/spec_helper.rb
jsmestad-chargify-0.3.2 spec/spec_helper.rb
jsmestad-chargify-0.3.1 spec/spec_helper.rb
jsmestad-chargify-0.3.0 spec/spec_helper.rb