spec/spec_helper.rb in cloudist-0.4.4 vs spec/spec_helper.rb in cloudist-0.5.0

- old
+ new

@@ -1,14 +1,13 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require "moqueue" -require "mocha" require 'cloudist' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| - config.mock_with :mocha + config.mock_with :rspec end