Skip to content

Commit

Permalink
Latest test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Mar 6, 2013
1 parent 61611e0 commit 1309b45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -15,5 +15,4 @@ node_modules
npm-debug.log

test/out/
test/render-out/
out/
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -2,5 +2,7 @@
Makefile

src/
out/*.tester.*
out/*.test.*
out/test/
test/
4 changes: 2 additions & 2 deletions test/feedr.test.js → src/feedr.test.coffee
@@ -1,2 +1,2 @@
// Test our plugin using DocPad's Testers
require('docpad').require('testers').test({pluginPath: __dirname+'/..'});
# Test our plugin using DocPad's Testers
require('docpad').require('testers').test({pluginPath: __dirname+'/..'})

0 comments on commit 1309b45

Please sign in to comment.