Skip to content

Instantly share code, notes, and snippets.

@wycats
Created October 3, 2008 06:33
Show Gist options
  • Save wycats/14519 to your computer and use it in GitHub Desktop.
Save wycats/14519 to your computer and use it in GitHub Desktop.
Merb::Test.add_helpers do
def login
rack = request("/", :method => "POST",
:params => {:username => "wycats", :password => "pass"})
end
alias logging_in login
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment