spec/spec_helper.rb in cf-1.1.3.rc1 vs spec/spec_helper.rb in cf-1.1.4
- old
+ new
@@ -4,10 +4,11 @@
require "cfoundry"
require "cfoundry/test_support"
require "cf"
require "cf/test_support"
require "webmock"
+require "webmock/rspec"
require "ostruct"
require "fakefs/safe"
require "blue-shell"
INTEGRATE_WITH = ENV["INTEGRATE_WITH"] || "default"
@@ -35,11 +36,9 @@
end
RSpec.configure do |c|
c.include Fake::FakeMethods
c.include BlueShell::Matchers
-
- c.mock_with :rr
if RUBY_VERSION =~ /^1\.8\.\d/
c.filter_run_excluding :ruby19 => true
end