mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-27 00:04:03 -05:00
12 lines
218 B
Ruby
12 lines
218 B
Ruby
require File.expand_path('../integration', __FILE__)
|
|
|
|
module Adapters
|
|
class NetHttpPersistentTest < Faraday::TestCase
|
|
|
|
def adapter() :net_http_persistent end
|
|
|
|
Integration.apply(self, :NonParallel)
|
|
|
|
end
|
|
end
|