todo-laravel-angularjs-homestead
todo-laravel-angularjs-homestead copied to clipboard
Specs - Data/Model Focused
Minimal, simple specs that will be translated into:
- Models
- Relationships, Mutators, Accessors, etc...
- Migrations
- RESTful routes
- High level user actions (i.e. "Tag a task with multiple tags", "Filter tasks by due date")
@kchunterdeluxe thoughts welcome
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...