Skip to content

Commit

Permalink
fix tagName test description
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Mar 22, 2014
1 parent 66d57ad commit 06f19f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
view.$el.trigger('click');
});

test("tagName can be provided as a function", 1, function() {
test("tagName can be provided as a string", 1, function() {
var View = Backbone.View.extend({
tagName: 'span'
});
Expand Down

0 comments on commit 06f19f4

Please sign in to comment.