Sha256: 44e7d279b5c2d9e2349599c62e135f1e16fe3da14e3fc4d4134b1344095f5387

Contents?: true

Size: 199 Bytes

Versions: 11

Compression:

Stored size: 199 Bytes

Contents

SPEC_ROOT = File.dirname(__FILE__).freeze

require "rspec"
require "cf"
require "cfoundry"
require "cfoundry/test_support"

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
micro-cf-plugin-1.0.0 spec/spec_helper.rb
micro-cf-plugin-0.1.1.rc1 spec/spec_helper.rb
console-cf-plugin-0.2.1.rc1 spec/spec_helper.rb
micro-cf-plugin-0.1.0 spec/spec_helper.rb
micro-cf-plugin-0.1.0.rc3 spec/spec_helper.rb
console-cf-plugin-0.2.0 spec/spec_helper.rb
console-cf-plugin-0.2.0.rc3 spec/spec_helper.rb
micro-cf-plugin-0.1.0.rc2 spec/spec_helper.rb
console-cf-plugin-0.2.0.rc2 spec/spec_helper.rb
micro-cf-plugin-0.1.0.rc1 spec/spec_helper.rb
console-cf-plugin-0.2.0.rc1 spec/spec_helper.rb