Skip to content

Commit

Permalink
re-activate jasmine tagging test test
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Oct 24, 2016
1 parent 9cca923 commit 7bd034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/tagging_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("Tagging", function() {


// this should test addTag(tagname, selector) from tagging.js, which is an ajax request
xit("tests tag deletion", function() {
it("tests tag deletion", function() {

$('tags.label:first a.tag-delete').trigger('click');

Expand Down

0 comments on commit 7bd034f

Please sign in to comment.