Sha256: a74e39e2a51b8d7d411b3aa3fe067e61ae1e9afaad2121252043aedec07efd74
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
SPEC_ROOT = File.dirname(__FILE__).freeze require "rspec" require "cfoundry" require "webmock/rspec" require "ostruct" require "timecop" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cfoundry-0.5.1.rc2 | spec/spec_helper.rb |
cfoundry-0.5.1.rc1 | spec/spec_helper.rb |