Skip to content

Commit 262b340

Browse files
committed
Simplify fixture path setup
1 parent 905950f commit 262b340

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ module.exports = function (grunt) {
3636
],
3737
options: {
3838
host: "http://127.0.0.1:8765/",
39+
outfile: "test/_SpecRunner.html", // enforce same relative path as manual SpecRunner.html
3940
specs: "test/specs/*.js",
4041
vendor: ["node_modules/imagediff/imagediff.js"],
4142
helpers: [
4243
"test/helpers.js",
4344
"test/diffHelper.js",
4445
"test/testHelper.js",
45-
"test/gruntpath.js",
4646
],
4747
display: "short",
4848
summary: true,

test/gruntpath.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)