Sha256: 2085c98823c172590573b78ba15cd2618ccaece037456e9d811aeb6c0788827c

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

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

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

def random_string(tag = "random")
  sprintf("%s-%x", tag, rand(10 ** 6))
end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cfoundry-0.4.21 spec/spec_helper.rb
cfoundry-0.4.19 spec/spec_helper.rb
cfoundry-0.4.18 spec/spec_helper.rb
cfoundry-0.4.17 spec/spec_helper.rb