Skip to content

Instantly share code, notes, and snippets.

@VirtuosiMedia
Created February 18, 2012 22:43
Show Gist options
  • Save VirtuosiMedia/1861226 to your computer and use it in GitHub Desktop.
Save VirtuosiMedia/1861226 to your computer and use it in GitHub Desktop.
test suite
require "spec/ruby"
require "spec/runner"
# output T/F as Green/Red
ENV['RSPEC_COLOR'] = 'true'
require File.join(File.dirname(__FILE__), "Website/pricing-page-exists")
require File.join(File.dirname(__FILE__), "Website/about-page-exists")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment