Sha256: 689d86fd63d650d8cda559c54b30887519a9ddfd130b7e8b11522642d57aaa81

Contents?: true

Size: 494 Bytes

Versions: 11

Compression:

Stored size: 494 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"
require "shoulda/matchers/integrations/rspec" # requiring all of shoulda matchers makes test unit run

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

11 entries across 11 versions & 1 rubygems

Version Path
cfoundry-1.5.3 spec/spec_helper.rb
cfoundry-1.5.2 spec/spec_helper.rb
cfoundry-1.5.1 spec/spec_helper.rb
cfoundry-1.5.0 spec/spec_helper.rb
cfoundry-1.4.0 spec/spec_helper.rb
cfoundry-1.3.0 spec/spec_helper.rb
cfoundry-1.2.0 spec/spec_helper.rb
cfoundry-1.1.0.rc4 spec/spec_helper.rb
cfoundry-1.1.0.rc3 spec/spec_helper.rb
cfoundry-1.1.0.rc2 spec/spec_helper.rb
cfoundry-1.1.0.rc1 spec/spec_helper.rb