diff --git a/.gitignore b/.gitignore index 6cd3e73..319ae8d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .DS_Store .gitignore +npm-debug.log diff --git a/package.json b/package.json index 799bc5e..c3aa004 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "async": "~0.1.22", "underscore": "~1.4.2", - "testem-multi": "~0.4.0" + "testem-multi": "~0.4.1" }, "devDependencies": { "grunt-contrib-clean": "~0.4.0", diff --git a/test/actual/failed.tap b/test/actual/failed.tap index da6f454..2f78727 100644 --- a/test/actual/failed.tap +++ b/test/actual/failed.tap @@ -1,9 +1,11 @@ -PhantomJS 1.9 - test module: hello test -PhantomJS 1.9 - test module2: hello test -PhantomJS 1.9 - test module: hello test -PhantomJS 1.9 - test module2: hello test +# Using testem 0.6.2 +# Whole lists of tests +not ok PhantomJS 1.9 - test module: fail test +not ok PhantomJS 1.9 - test module2: fail test +not ok PhantomJS 1.9 - test module: fail test +not ok PhantomJS 1.9 - test module2: fail test 1..4 # tests 4 -# pass 4 -# fail 0 \ No newline at end of file +# pass 0 +# fail 4 \ No newline at end of file diff --git a/test/actual/json.tap b/test/actual/json.tap index e49c407..4d8cb1a 100644 --- a/test/actual/json.tap +++ b/test/actual/json.tap @@ -1,6 +1,9 @@ -Error +# Using testem 0.6.2 +# Whole lists of tests +ok PhantomJS 1.9 - test module: hello test +ok PhantomJS 1.9 - test module2: hello test -1..1 -# tests 1 -# pass 0 -# fail 1 \ No newline at end of file +1..2 +# tests 2 +# pass 2 +# fail 0 \ No newline at end of file diff --git a/test/actual/success.tap b/test/actual/success.tap index da6f454..80e948c 100644 --- a/test/actual/success.tap +++ b/test/actual/success.tap @@ -1,7 +1,9 @@ -PhantomJS 1.9 - test module: hello test -PhantomJS 1.9 - test module2: hello test -PhantomJS 1.9 - test module: hello test -PhantomJS 1.9 - test module2: hello test +# Using testem 0.6.2 +# Whole lists of tests +ok PhantomJS 1.9 - test module: hello test +ok PhantomJS 1.9 - test module2: hello test +ok PhantomJS 1.9 - test module: hello test +ok PhantomJS 1.9 - test module2: hello test 1..4 # tests 4