Instantiate cucumber writer with default instance
This commit is contained in:
parent
926a6c1849
commit
38bd6b547d
@ -286,7 +286,7 @@ fn main() {
|
|||||||
|
|
||||||
future::ready(()).boxed()
|
future::ready(()).boxed()
|
||||||
})
|
})
|
||||||
.with_writer(DotWriter.normalized())
|
.with_writer(DotWriter::default().normalized())
|
||||||
.run("features/nearest/projection.feature"),
|
.run("features/nearest/"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user