Skip to content

Instantly share code, notes, and snippets.

@brianc
Created November 16, 2009 00:27
Show Gist options
  • Save brianc/235607 to your computer and use it in GitHub Desktop.
Save brianc/235607 to your computer and use it in GitHub Desktop.
context RackApp do
get "/" do
asserts("okay") { response.status }.equals(200)
asserts("is html") { response.content_type }.equals("text/html")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment