This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'RMagick' | |
require 'capybara' | |
require 'launchy' | |
module Capybara::Recording | |
def start_recording | |
system "rm -f tmp/*" | |
end | |
def save_recording |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# Program : mingw32-node-configure | |
# Authors : Nathan Rajlich ([email protected]) | |
# Michael Aaron Safyan ([email protected]) | |
# Adam Malcontenti-Wilson ([email protected]) | |
# Synopsis : This program runs the "configure" script for Node.js. | |
# An install prefix of "/usr/i586-mingw32msvc" is assumed. |