Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
stub descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDarcyMurphy committed Mar 18, 2012
1 parent edf9a79 commit fd759d3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions test/upfront.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,18 @@ describe('SETUP', function(){
});


// describe('Compilation', function(){
describe('COMPILATION', function(){

// });
describe('Default Configuration', function(){});

describe('Custom Configuration', function(){
describe('when passing app with upfront.json', function(done){});
describe('when passing app as attribute with upfront.json', function(done){});
describe('when passing app as attribute with config file string', function(done){});
describe('when passing app as attribute with config as object', function(done){});
});

});

/*
describe('Default Template Compilation', function(){
Expand Down

0 comments on commit fd759d3

Please sign in to comment.