File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var fixtures = {
38
38
'http://vimeo.com/groups/musicvideo/vid/126199390'
39
39
]
40
40
} ,
41
- attrlink : {
41
+ attributes : {
42
42
ok : [
43
43
'https://vimeo.com/62092214?query=foo'
44
44
] ,
@@ -70,7 +70,7 @@ describe('vimeo-regex ->', function() {
70
70
done ( ) ;
71
71
} ) ;
72
72
it ( 'attribute url' , function ( done ) {
73
- fixtures . attrlink . ok . forEach ( function ( link ) {
73
+ fixtures . attributes . ok . forEach ( function ( link ) {
74
74
assert . ok ( test ( link ) , link ) ;
75
75
} ) ;
76
76
done ( ) ;
@@ -96,7 +96,7 @@ describe('vimeo-regex ->', function() {
96
96
done ( ) ;
97
97
} ) ;
98
98
it ( 'attribute url' , function ( done ) {
99
- fixtures . attrlink . not_ok . forEach ( function ( link ) {
99
+ fixtures . attributes . not_ok . forEach ( function ( link ) {
100
100
assert . equal ( test ( link ) , false , link ) ;
101
101
} ) ;
102
102
done ( ) ;
You can’t perform that action at this time.
0 commit comments