Sha256: 2aa7b042e589f51ede55fb81bfbfc539833c33ac0a3db63779485fc4c0682010

Contents?: true

Size: 424 Bytes

Versions: 24

Compression:

Stored size: 424 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.include V1Fake::FakeMethods
  c.mock_with :rr
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
static-1.0.3 vendor/cfoundry-0.5.2/spec/spec_helper.rb
cfoundry-0.6.1.rc4 spec/spec_helper.rb
cfoundry-0.5.3.rc7 spec/spec_helper.rb
static-1.0.1 vendor/cfoundry-0.5.2/spec/spec_helper.rb
cfoundry-0.6.1.rc3 spec/spec_helper.rb
cfoundry-0.6.1.rc2 spec/spec_helper.rb
cfoundry-0.6.1.rc1 spec/spec_helper.rb
cfoundry-0.6.0 spec/spec_helper.rb
cfoundry-0.6.0.rc6 spec/spec_helper.rb
cfoundry-0.6.0.rc5 spec/spec_helper.rb
cfoundry-0.5.3.rc6 spec/spec_helper.rb
cfoundry-0.6.0.rc4 spec/spec_helper.rb
cfoundry-0.6.0.rc3 spec/spec_helper.rb
cfoundry-0.6.0.rc2 spec/spec_helper.rb
cfoundry-0.6.0.rc1 spec/spec_helper.rb
cfoundry-0.5.3.rc5 spec/spec_helper.rb
cfoundry-0.5.3.rc4 spec/spec_helper.rb
cfoundry-0.5.3.rc3 spec/spec_helper.rb
cfoundry-0.5.3.rc2 spec/spec_helper.rb
cfoundry-0.5.3.rc1 spec/spec_helper.rb