Skip to content

Commit f447a89

Browse files
committed
test: attributes
1 parent e8e94b1 commit f447a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)