Skip to content

Instantly share code, notes, and snippets.

@flazz
Created April 22, 2009 15:33
Show Gist options
  • Save flazz/99860 to your computer and use it in GitHub Desktop.
Save flazz/99860 to your computer and use it in GitHub Desktop.
require 'app' # <-- your sinatra app
require 'spec'
require 'spec/interop/test'
require 'sinatra/test'
require 'cgi'
set :environment, :test
describe 'PiM validation' do
include Sinatra::Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment