erikthedeveloper / todo-laravel-angularjs-homestead

A simple app to flush out how to best write/test a RESTful API (Laravel 4.2+), front end Web App (AngularJS) with packaged laravel/homestead setup
MIT License
24 stars 6 forks source link

Specs - Data/Model Focused #3

Open erikthedeveloper opened 10 years ago

erikthedeveloper commented 10 years ago

Minimal, simple specs that will be translated into:

@kchunterdeluxe thoughts welcome

erikthedeveloper commented 10 years ago

I think as soon as we have the basic "Testing ORM Relationships" tests properly defined, up, and running we can close this. Then we can move to using a bit more specific/defined issues as needed.

It may not be politically correct "Unit Testing", but I would like to get the first round of migrations together and look into a "Factory Girl for Laravel" so we can get some more useful tests together for Model Validation, Query Scopes, etc...