From 651856b38601ea1a536c61cd460d84d062541eaf Mon Sep 17 00:00:00 2001 From: krmorse Date: Tue, 18 Oct 2016 13:55:04 -0600 Subject: [PATCH] Update AppSpec.js --- templates/test/AppSpec.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/test/AppSpec.js b/templates/test/AppSpec.js index 0c88302..197791e 100644 --- a/templates/test/AppSpec.js +++ b/templates/test/AppSpec.js @@ -5,4 +5,10 @@ describe('CustomApp', function() { expect(app.getEl()).toBeDefined(); }); + // Write app tests here! + // Useful resources: + // ================= + // Testing Apps Guide: https://help.rallydev.com/apps/{{sdk_version}}/doc/#!/guide/testing_apps + // SDK2 Test Utilities: https://github.com/RallyApps/sdk2-test-utils + });