不要怂,就是干,撸起袖子干!

Commit 1d88b608 by Jan Aagaard Meier

Really gotta make exec tests work on windows soon..

1 parent 5c46bf69
Showing with 1 additions and 3 deletions
...@@ -9,7 +9,7 @@ var chai = require('chai') ...@@ -9,7 +9,7 @@ var chai = require('chai')
, path = require('path') , path = require('path')
chai.Assertion.includeStack = true chai.Assertion.includeStack = true
/*
describe(Support.getTestDialectTeaser("Executable"), function() { describe(Support.getTestDialectTeaser("Executable"), function() {
describe('call without arguments', function() { describe('call without arguments', function() {
it("prints usage instructions", function(done) { it("prints usage instructions", function(done) {
...@@ -434,4 +434,3 @@ describe(Support.getTestDialectTeaser("Executable"), function() { ...@@ -434,4 +434,3 @@ describe(Support.getTestDialectTeaser("Executable"), function() {
}) })
})(['--url', '-U']) })(['--url', '-U'])
}) })
*/
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!