ISIS-903: reinstating RunSpecs for simpleapp (was accidentally commented out).
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7fa5ed54 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7fa5ed54 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/7fa5ed54 Branch: refs/heads/master Commit: 7fa5ed54ad7928658a58d6aa134e89bff57dda39 Parents: 3c4004e Author: Dan Haywood <[email protected]> Authored: Sun Feb 15 14:17:07 2015 +0000 Committer: Dan Haywood <[email protected]> Committed: Wed Feb 18 14:07:35 2015 +0000 ---------------------------------------------------------------------- .../src/test/java/integration/specs/simple/RunSpecs.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/7fa5ed54/example/application/simpleapp/integtests/src/test/java/integration/specs/simple/RunSpecs.java ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/integtests/src/test/java/integration/specs/simple/RunSpecs.java b/example/application/simpleapp/integtests/src/test/java/integration/specs/simple/RunSpecs.java index b829818..b4d0913 100644 --- a/example/application/simpleapp/integtests/src/test/java/integration/specs/simple/RunSpecs.java +++ b/example/application/simpleapp/integtests/src/test/java/integration/specs/simple/RunSpecs.java @@ -18,12 +18,13 @@ package integration.specs.simple; import cucumber.api.junit.Cucumber; +import org.junit.runner.RunWith; + /** * Runs scenarios in all <tt>.feature</tt> files (this package and any subpackages). */ -// TODO: reinstate -//@RunWith(Cucumber.class) +@RunWith(Cucumber.class) @Cucumber.Options( format = { "html:target/cucumber-html-report"
