Skip to content

Commit

Permalink
Update AppSpec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krmorse authored Oct 18, 2016
1 parent 351ccc0 commit 651856b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/test/AppSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

});

0 comments on commit 651856b

Please sign in to comment.