todo-laravel-angularjs-homestead icon indicating copy to clipboard operation
todo-laravel-angularjs-homestead copied to clipboard

Specs - Data/Model Focused

Open erikthedeveloper opened this issue 10 years ago • 1 comments

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

erikthedeveloper avatar Jul 01 '14 18:07 erikthedeveloper

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...

erikthedeveloper avatar Jul 05 '14 21:07 erikthedeveloper