Skip to content

Commit b89d436

Browse files
author
Dennis Falling
committed
removed old test for deprecated gitlab functionality
1 parent 67a81de commit b89d436

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/project.test.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,4 @@ describe('project.test.js', function () {
8383
});
8484
});
8585

86-
describe.skip('client.projects.getByPath()', function () {
87-
it('should return a project by path', function (done) {
88-
client.projects.getByPath({path: 'fengmk2/node-gitlab-test'}, function (err, project) {
89-
should.not.exists(err);
90-
project.id.should.equal(1040);
91-
// project.should.have.keys('created_at', 'default_branch', 'description', 'id',
92-
// 'issues_enabled', 'merge_requests_enabled', 'name', 'namespace_id',
93-
// 'creator_id', 'snippets_enabled', 'public',
94-
// 'issues_tracker_id', 'issues_tracker', 'last_activity_at',
95-
// 'path', 'private_flag', 'updated_at', 'wall_enabled', 'wiki_enabled');
96-
done();
97-
});
98-
});
99-
});
100-
10186
});

0 commit comments

Comments
 (0)