Skip to content

Commit

Permalink
Updated the seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzeShardlow authored Oct 5, 2017
1 parent d180dfe commit 5b4edbe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions db/seeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ User
firstname: 'Suze',
lastname: 'Shardlow',
username: 'sshardlow',
email: '[email protected]',
password: 'password',
passwordConfirmation: 'password'
},{
firstname: 'test',
lastname: 'User',
username: 'test',
email: '[email protected]',
email: '[email protected]',
password: 'password',
passwordConfirmation: 'password'
}])
Expand Down

0 comments on commit 5b4edbe

Please sign in to comment.