jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

User test creating 2 users instead of 1 and user token not created #333

Closed dkat101 closed 8 years ago

dkat101 commented 8 years ago

Following #305

When I run the test, this is the response

{#380
  +"errors": false
  +"data": true
}

But 2 users are created in the database instead of 1 user. This is my repo https://github.com/dkat101/mockup.git

jadjoubran commented 8 years ago

Hi @dkat101 What do you mean you're getting 2 users? Can you check after which test it's creating 2 users? And then show me the code for this particular test (maybe it's not updated on your repo)

jadjoubran commented 8 years ago

Please re-open if you've got additional info