Skip to content

Commit

Permalink
Fixing plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Feb 9, 2015
1 parent 5c97399 commit afb7a71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/plugins/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ describe('Testing Plugins', function(){
ob[i].should.have.property("description", "Plugin manager to view and enable/disable plugins");
ob[i].should.have.property("author", "Count.ly");
ob[i].should.have.property("homepage", "https://count.ly/marketplace/");
ob[i].should.have.property("keywords", ["countly","analytics","mobile","plugins"]);
ob[i].should.have.property("dependencies", {});
ob[i].should.have.property("private", true);
ob[i].should.have.property("enabled", true);
ob[i].should.have.property("code", "plugins");
}
Expand Down

0 comments on commit afb7a71

Please sign in to comment.