Skip to content

Commit

Permalink
added describes for new publisher's view functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gallardo committed Apr 17, 2012
1 parent d9639d6 commit 0d4c242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/javascripts/app/views/publisher_view_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,14 @@ describe("app.views.Publisher", function() {
expect(this.view.$("input[name='photos[]']").length).toBe(0);
})
});

describe('#showLocation', function(){
});

describe('#destroyLocation', function(){
});

describe('#avoidEnter', function(){
});
});

0 comments on commit 0d4c242

Please sign in to comment.