Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marcum committed Dec 8, 2014
1 parent 14d771c commit d38d457
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ moduleForModel('<%= dasherizedModuleName %>', '<%= classifiedModuleName %>', {
});

test('it exists', function() {
var model = this.subject();
ok(model);
var model = this.subject();
ok(model);
});

0 comments on commit d38d457

Please sign in to comment.