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 = {
3838 'http://vimeo.com/groups/musicvideo/vid/126199390'
3939 ]
4040 } ,
41- attrlink : {
41+ attributes : {
4242 ok : [
4343 'https://vimeo.com/62092214?query=foo'
4444 ] ,
@@ -70,7 +70,7 @@ describe('vimeo-regex ->', function() {
7070 done ( ) ;
7171 } ) ;
7272 it ( 'attribute url' , function ( done ) {
73- fixtures . attrlink . ok . forEach ( function ( link ) {
73+ fixtures . attributes . ok . forEach ( function ( link ) {
7474 assert . ok ( test ( link ) , link ) ;
7575 } ) ;
7676 done ( ) ;
@@ -96,7 +96,7 @@ describe('vimeo-regex ->', function() {
9696 done ( ) ;
9797 } ) ;
9898 it ( 'attribute url' , function ( done ) {
99- fixtures . attrlink . not_ok . forEach ( function ( link ) {
99+ fixtures . attributes . not_ok . forEach ( function ( link ) {
100100 assert . equal ( test ( link ) , false , link ) ;
101101 } ) ;
102102 done ( ) ;
You can’t perform that action at this time.
0 commit comments