Skip to content

Commit

Permalink
test(controllersSpec): add empty spec so that karma passes step 0
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed May 9, 2014
1 parent d74ea6f commit 7e427b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/controllersSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

describe('controllers', function() {

it("should do something", function() {

});

});

0 comments on commit 7e427b4

Please sign in to comment.