Skip to content

Instantly share code, notes, and snippets.

@Jon-Biz
Created January 29, 2013 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jon-Biz/4661215 to your computer and use it in GitHub Desktop.
Save Jon-Biz/4661215 to your computer and use it in GitHub Desktop.
beforeEach(function(){
// clone the Backbone Application 'App'
Data = App.module("Data");
Data.start();
var fakedata = [{"title":"Wine List"
,"description":"gallery"}];
Pages = new Data.PageCollection(fakedata);
});
afterEach(function(){
//remove Appclone application
Appclone.stop();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment