commit c04f87907958dc8ed9b81e5541d3a208250f9020 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Mon Jun 25 14:21:00 2012 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Mon Jun 25 14:21:00 2012 +0200
Added story reproducing the issue of being unable to change the default settings. diff --git a/jbehave-eclipse-plugin/examples/user-account/src/main/java/steps/CustomSteps.java b/jbehave-eclipse-plugin/examples/user-account/src/main/java/steps/CustomSteps.java new file mode 100644 index 0000000..bfcf2f5 --- /dev/null +++ b/jbehave-eclipse-plugin/examples/user-account/src/main/java/steps/CustomSteps.java @@ -0,0 +1,12 @@ +package steps; + +import org.jbehave.core.annotations.Given; + +public class CustomSteps { + + @Given("a step with a custom parameter prefix %prefix") + public void parameterPrefix(String prefix) { + } + + +} diff --git a/jbehave-eclipse-plugin/examples/user-account/src/main/story/custom-prefix.story b/jbehave-eclipse-plugin/examples/user-account/src/main/story/custom-prefix.story new file mode 100644 index 0000000..7f2f783 --- /dev/null +++ b/jbehave-eclipse-plugin/examples/user-account/src/main/story/custom-prefix.story @@ -0,0 +1,2 @@ + +Given a step with a custom parameter prefix %