Skip to content

Commit

Permalink
add a user before login, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Nov 15, 2008
1 parent b6b2005 commit f30e4bd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ def create_default_user
end
def login
create_default_user
@response = request("/login", {
:method => "PUT",
:params => {
Expand Down

0 comments on commit f30e4bd

Please sign in to comment.