Skip to content

Instantly share code, notes, and snippets.

@iamsolarpowered
Created September 1, 2009 19:58
Show Gist options
  • Save iamsolarpowered/179332 to your computer and use it in GitHub Desktop.
Save iamsolarpowered/179332 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
require 'rack/test'
require 'spec'
require 'spec/interop/test'
set :environment, :test
set :run, false
set :raise_errors, true
set :logging, false
Test::Unit::TestCase.send :include, Rack::Test::Methods
def app
Sinatra::Application
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment