Navigation Menu

Skip to content

Commit

Permalink
Removing obsolete testing code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 6, 2012
1 parent 7460e9a commit 7a05fd3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/git_test.js
Expand Up @@ -3,13 +3,6 @@
var grunt = require('grunt');
var git = require('../tasks/lib/git').init(grunt);

// In case the grunt being used to test is different than the grunt being
// tested, initialize the task and config subsystems.
if (grunt.task.searchDirs.length === 0) {
grunt.task.init([]);
grunt.config.init({});
}

exports['git.githubUrl'] = {
'no args': function(test) {
test.expect(1);
Expand Down

0 comments on commit 7a05fd3

Please sign in to comment.