Skip to content

Instantly share code, notes, and snippets.

View davidmweber's full-sized avatar

David Weber davidmweber

  • Monadic Consulting
  • Cape Town
View GitHub Profile
@davidmweber
davidmweber / rest_web_test_example.rb
Created November 2, 2012 15:48
Ruby REST and browser based web test example
#!/usr/bin/ruby
#
# Requires that you have installed the following gem packages:
# json, minitest, watir, watir-webdrive, rest-client
# To use Chrome, you need to install chromedriver on your path
#
# You can use cucumber instead of minitest. There are also other REST clients for Ruby
#
require 'rubygems'