From 870f695f888de4b30f98d44cc66de6b80f033dc9 Mon Sep 17 00:00:00 2001 From: cronopio Date: Sat, 2 Feb 2013 15:47:40 -0500 Subject: [PATCH] [fix] minor fix for run `npm test` and go well and all test pass --- test/content-test.js | 2 +- test/page-test.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/content-test.js b/test/content-test.js index 0af2882..19e27d3 100644 --- a/test/content-test.js +++ b/test/content-test.js @@ -83,7 +83,7 @@ vows.describe('blacksmith/content').addBatch({ '

A simple post that is truncated with content snippets ' + 'and metadata that is not used in the post. ' + 'It has a link ' + - 'that is defined after the truncate marker.\n\n\n

\n' + 'that is defined after the truncate marker.

\n' ); } } diff --git a/test/page-test.js b/test/page-test.js index ab9dad3..8c190f3 100644 --- a/test/page-test.js +++ b/test/page-test.js @@ -12,8 +12,8 @@ var assert = require('assert'), async = utile.async, vows = require('vows'), common = require('../lib/blacksmith/common'), - Page = require('../lib/blacksmith/Page'), - Site = require('../lib/blacksmith/Site'); + Page = require('../lib/blacksmith/page'), + Site = require('../lib/blacksmith/site'); var blogDir = path.join(__dirname, 'fixtures', 'blog');