Skip to content

Commit 351903b

Browse files
author
Zeno Rocha
committed
Rename "watchers" to "stargazers" in the spec
1 parent 8700b43 commit 351903b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/jquery.github.repo-spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("jquery.github.repo", function() {
99
forks: 33,
1010
pushed_at: "2013-07-02T12:08:36Z",
1111
url: "https://api.github.com/repos/zenorocha/jquery-github",
12-
watchers: 131
12+
stargazers: 131
1313
});
1414
});
1515

@@ -39,8 +39,8 @@ describe("jquery.github.repo", function() {
3939
.toEqual("https://api.github.com/repos/zenorocha/jquery-github");
4040
});
4141

42-
it("should be repository's number of watchers", function() {
43-
expect(instance.watchers)
42+
it("should be repository's number of stargazers", function() {
43+
expect(instance.stargazers)
4444
.toEqual(131);
4545
});
4646
});

0 commit comments

Comments
 (0)