Add some more tests to be completed later.

This commit is contained in:
André Cruz
2013-04-23 00:57:08 +01:00
parent 8c3446fb1f
commit b872f90365
3 changed files with 34 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
describe('GitFsResolver', function () {
describe('.resolve', function () {
it.skip('should resolve to the latest commit if a repo has no tags');
it.skip('should resolve to the latest commit if a repository has no tags');
it.skip('should resolve to the specified range');
it.skip('should resolve to the specified version');
it.skip('should resolve to the specified commit');