require 'rspec'

RSpec.configure do |config|
  config.mock_with :mocha
end
