Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created September 10, 2012 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poincare/3694456 to your computer and use it in GitHub Desktop.
Save Poincare/3694456 to your computer and use it in GitHub Desktop.
require "cuba/test"
scope do
test "Homepage" do
get "/"
follow_redirect!
assert_equal "Hello world!", last_response.body
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment