Sha256: 7a7123d63a24d039d1ffa77cb8693533be085bef1d12251dedd3ffb570999f2d

Contents?: true

Size: 392 Bytes

Versions: 15

Compression:

Stored size: 392 Bytes

Contents

SPEC_ROOT = File.dirname(__FILE__).freeze

require "rspec"
require "cfoundry"
require "webmock/rspec"
require "ostruct"
require "timecop"
require "active_support"
require "active_support/core_ext"
require "cc_api_stub"

Dir[File.expand_path('../{support,fakes}/**/*.rb', __FILE__)].each do |file|
  require file
end

RSpec.configure do |c|
  c.include Fake::FakeMethods
  c.mock_with :rr
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cfoundry-1.0.0 spec/spec_helper.rb
cfoundry-0.7.0.rc15 spec/spec_helper.rb
cfoundry-0.7.0.rc14 spec/spec_helper.rb
cfoundry-0.7.0.rc13 spec/spec_helper.rb
cfoundry-0.7.0.rc12 spec/spec_helper.rb
cfoundry-0.7.0.rc11 spec/spec_helper.rb
cfoundry-0.7.0.rc10 spec/spec_helper.rb
cfoundry-0.7.0.rc9 spec/spec_helper.rb
cfoundry-0.7.0.rc8 spec/spec_helper.rb
cfoundry-0.7.0.rc6 spec/spec_helper.rb
cfoundry-0.7.0.rc5 spec/spec_helper.rb
cfoundry-0.7.0.rc4 spec/spec_helper.rb
cfoundry-0.7.0.rc3 spec/spec_helper.rb
cfoundry-0.7.0.rc2 spec/spec_helper.rb
cfoundry-0.7.0.rc1 spec/spec_helper.rb