Branch: refs/heads/master
Home:
https://github.com/forge/scaffold-html5
Commit: 17abd55227ab164455c3df5b4e9de540f6b9c316
https://github.com/forge/scaffold-html5/commit/17abd55227ab164455c3df5b4e...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-02-25 (Mon, 25 Feb 2013)
Changed paths:
A src/test/java/org/jboss/forge/scaffold/html5/AbstractHtml5ScaffoldTest.java
R src/test/java/org/jboss/forge/scaffold/html5/Html5ScaffoldTest.java
A
src/test/java/org/jboss/forge/scaffold/html5/scenario/Html5ScaffoldScenarioTest.java
A src/test/java/org/jboss/forge/scaffold/html5/scenario/TestHelpers.java
A src/test/resources/scenario-outputs/single-entity/index.html
A src/test/resources/scenario-outputs/single-entity/scripts/app.js
A
src/test/resources/scenario-outputs/single-entity/scripts/controllers/editCustomerController.js
A
src/test/resources/scenario-outputs/single-entity/scripts/controllers/newCustomerController.js
A
src/test/resources/scenario-outputs/single-entity/scripts/controllers/searchCustomerController.js
A
src/test/resources/scenario-outputs/single-entity/scripts/services/CustomerFactory.js
A src/test/resources/scenario-outputs/single-entity/views/Customer/detail.html
A src/test/resources/scenario-outputs/single-entity/views/Customer/search.html
Log Message:
-----------
Added the first scenario test.
The first test for the scaffold generator, to verify if it emits the right set of
artifacts for the provided model class(es).