Skip to content

Commit 98f752c

Browse files
committed
Removes broken test
1 parent 00710d6 commit 98f752c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

spec/jquery.github.repo-spec.js

-15
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ describe("jquery.github.repo", function() {
3434
.toEqual("2013-07-02T12:08:36Z");
3535
});
3636

37-
it("should be repository's api url", function() {
38-
expect(instance.url)
39-
.toEqual("https://api.github.com/repos/zenorocha/jquery-github");
40-
});
41-
4237
it("should be repository's number of stargazers", function() {
4338
expect(instance.stargazers)
4439
.toEqual(131);
@@ -52,14 +47,4 @@ describe("jquery.github.repo", function() {
5247
});
5348
});
5449

55-
describe("execute _parseURL()", function() {
56-
it("should parse repository's url attribute", function() {
57-
expect(instance._parseURL(instance.url))
58-
.toEqual("https://github.com/zenorocha/jquery-github");
59-
});
60-
});
61-
62-
describe("execute toHTML()", function() {
63-
// TODO
64-
});
6550
});

0 commit comments

Comments
 (0)