Sha256: e0de7cd558aae80656a8365a7ddfab7f68b12fd915aa5a11b8ea9fe8ab12b2d3

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

SPEC_ROOT = File.dirname(__FILE__).freeze

require "rspec"
require "cfoundry"
require "webmock/rspec"
require "ostruct"

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

1 entries across 1 versions & 1 rubygems

Version Path
cfoundry-0.5.0 spec/spec_helper.rb