Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Mar 6, 2014
1 parent 48bcefc commit 965a9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var exists = require('fs').existsSync;
var Metalsmith = require('metalsmith');
var metadata = require('..');

describe('metalsmith-drafts', function(){
describe('metalsmith-metadata', function(){
it('should error for malformed data', function(done){
var m = Metalsmith('test/fixtures/malformed').use(metadata({ file: 'data.json' }));
m.build(function(err){
Expand Down

0 comments on commit 965a9b5

Please sign in to comment.