Skip to content

Instantly share code, notes, and snippets.

@maceto
Created August 17, 2011 02:46
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 maceto/1150704 to your computer and use it in GitHub Desktop.
Save maceto/1150704 to your computer and use it in GitHub Desktop.
require "cuba/test"
scope do
test "load Homepage" do
visit "/"
assert has_content?("contenido")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment