Skip to content

Instantly share code, notes, and snippets.

@oestrich
Created January 30, 2013 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oestrich/4675724 to your computer and use it in GitHub Desktop.
Save oestrich/4675724 to your computer and use it in GitHub Desktop.
Parallel Faraday Test Adapter
class ParallelTestAdapter < Faraday::Adapter::Test
self.supports_parallel = true
def self.setup_parallel_manager
OpenStruct.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment