spec/spec_helper.rb in qualtrics-0.5.2 vs spec/spec_helper.rb in qualtrics-0.5.3
- old
+ new
@@ -5,7 +5,7 @@
require 'mocha/api'
Dir[File.join(File.dirname(__FILE__), 'support/**/*.rb')].each { |f| require f }
RSpec.configure do |config|
- config.mock_with :mocha
+ # config.mock_with :mocha
end
\ No newline at end of file