mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
11 years ago
2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
|||
module ApiTestHelpers |
|||
def api_submit_json(user, json_hash) |
|||
json_hash.merge({username: user.email, password: user.password}) |
|||
json_hash.merge({username: user.username, password: user.password}) |
|||
end |
|||
end |
|||
|
Loading…
Reference in new issue