@@ -7,7 +7,7 @@ describe("jquery.github.repo", function() {
7
7
name : "jquery-github" ,
8
8
description : "A jQuery plugin to display your Github Repositories" ,
9
9
forks : 33 ,
10
- pushed_at : "2013-07-02T00 :08:36Z" ,
10
+ pushed_at : "2013-07-02T12 :08:36Z" ,
11
11
url : "https://api.github.com/repos/zenorocha/jquery-github" ,
12
12
watchers : 131
13
13
} ) ;
@@ -31,7 +31,7 @@ describe("jquery.github.repo", function() {
31
31
32
32
it ( "should be repository's last update date" , function ( ) {
33
33
expect ( instance . pushed_at )
34
- . toEqual ( "2013-07-02T00 :08:36Z" ) ;
34
+ . toEqual ( "2013-07-02T12 :08:36Z" ) ;
35
35
} ) ;
36
36
37
37
it ( "should be repository's api url" , function ( ) {
@@ -45,22 +45,21 @@ describe("jquery.github.repo", function() {
45
45
} ) ;
46
46
} ) ;
47
47
48
- describe ( "execute _parsePushedDate" , function ( ) {
48
+ describe ( "execute _parsePushedDate() " , function ( ) {
49
49
it ( "should parse repository's pushed_at attribute" , function ( ) {
50
50
expect ( instance . _parsePushedDate ( instance . pushed_at ) )
51
- . toEqual ( "1 /7/2013" ) ;
51
+ . toEqual ( "2 /7/2013" ) ;
52
52
} ) ;
53
53
} ) ;
54
54
55
- describe ( "execute _parseURL" , function ( ) {
55
+ describe ( "execute _parseURL() " , function ( ) {
56
56
it ( "should parse repository's url attribute" , function ( ) {
57
57
expect ( instance . _parseURL ( instance . url ) )
58
58
. toEqual ( "https://github.com/zenorocha/jquery-github" ) ;
59
59
} ) ;
60
60
} ) ;
61
61
62
- describe ( "execute _parseURL " , function ( ) {
62
+ describe ( "execute toHTML() " , function ( ) {
63
63
// TODO
64
64
} ) ;
65
-
66
65
} ) ;
0 commit comments