Skip to content

Commit

Permalink
Added generator test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jun 6, 2014
1 parent 82497ad commit 81ab1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ var fsExtras = require('../lib/fs-extras');
var temp = require('temp').track();

describe('generator', function() {
it.skip('generates sites', function(done) {
it('generates sites', function(done) {
var src = path.join(__dirname, 'fixtures/site-1');
var expected = path.join(__dirname, 'expected/site-1');
temp.mkdir('destination-site', function(err, dest) {
expect(err).to.not.exist;
lib.generate(src, dest, function(err) {
Expand Down

0 comments on commit 81ab1e8

Please sign in to comment.