Skip to content

Instantly share code, notes, and snippets.

@bixu
Created December 18, 2015 13:14
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 bixu/299e1e642a7ec3afd39f to your computer and use it in GitHub Desktop.
Save bixu/299e1e642a7ec3afd39f to your computer and use it in GitHub Desktop.
spec_helper for docker builds
require 'docker' # see https://rubygems.org/gems/docker-api
require 'serverspec' # see http://serverspec.org
set :backend, :exec
Excon.defaults[:write_timeout] = 1000
Excon.defaults[:read_timeout] = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment