Skip to content

Instantly share code, notes, and snippets.

@gorsuch
Created April 8, 2011 00:51
Show Gist options
  • Save gorsuch/909097 to your computer and use it in GitHub Desktop.
Save gorsuch/909097 to your computer and use it in GitHub Desktop.
require "service"
require "rack/test"
set :environment, :test
describe "Service" do
include Rack::Test::Methods
def app
Sinatra::Application
end
it "does not suck"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment