Skip to content

Instantly share code, notes, and snippets.

View kdaigle's full-sized avatar

Kyle Daigle kdaigle

View GitHub Profile
@jmaicher
jmaicher / gist:728441
Created December 4, 2010 20:03
Using Selenium with Cucumber and Fakeweb
# cucumber supports selenium by default, just mark features with @selenium tag
@selenium
Feature: This feature will be executed with selenium
...
@wkrsz
wkrsz / gist:2761871
Created May 21, 2012 11:16
Tddium post-build-hook to deploy to EngineYard
# Setup:
# tddium config:add suite EY_API_TOKEN xxxxxxxx
# (take EY_API_TOKEN value from ~/.eyrc)
# tddium config:add suite EY_DEPLOY_KEY yyyyyyy
# (EY_DEPLOY_KEY value is Base64-encoded content of your ~/.ssh/id_rsa OR any other ssh key authorised for a given EY env)
require 'timeout'
require 'etc'
require 'base64'