From f57eedef4418cba93251c2209ed970b6b5d9bc48 Mon Sep 17 00:00:00 2001 From: Jedd Ahyoung Date: Fri, 19 Dec 2014 09:14:32 -0500 Subject: [PATCH] ROADMAP.md: Add test generator to backlog. --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 7abe29aa6..e413956bb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -51,3 +51,4 @@ The backlog consists of features which are not currently in the immediate-term r SPDY protocol support | [@mikermcneil](https://github.com/mikermcneil) | https://github.com/balderdashy/sails/issues/80 Sockets hook: drop-in Primus alternative | [@alejandroiglesias](https://github.com/alejandroiglesias) | https://github.com/balderdashy/sails/issues/945 Have a `sails migrate` or `sails create-db` command | [@globegitter](https://github.com/Globegitter) | For production environments it would be nice to have a save/secure command that creates the db automatically for you + Test generator: Modular generators | [@jedd-ahyoung](https://github.com/jedd-ahyoung) | Generate *.test.js following [Sails recommended directory structure](http://sailsjs.org/#/documentation/concepts/Testing). Example usage: `sails generate test User:Model` creates prepopulated file '/test/unit/models/UserModel.test.js'.|