From f544c40a6bf21a00a509c8d1866c9f8bf0fb3b08 Mon Sep 17 00:00:00 2001 From: Greg Jastrab Date: Mon, 21 Nov 2011 23:24:39 -0500 Subject: [PATCH 1/3] Fix link tags wiki page --- plainbook/gherkin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plainbook/gherkin.xml b/plainbook/gherkin.xml index 8d0a089..90471fb 100644 --- a/plainbook/gherkin.xml +++ b/plainbook/gherkin.xml @@ -500,7 +500,7 @@ an ‘at’ sign (@) before the tag name. For example:

You can tag a feature or a scenario. Feature tags are automatically inherited by all the enclosed scenarios and scenario outlines. Cucumber also supports some more advanced tag features, such as enforcing the limit on the number of scenarios with a particular tag (useful for work-in-progress) and running scenarios that satisfy a combination of tags. For information on those options, have a look at -the .

+the .

    From 8238b05d6d83dd8ac3f3c13893b2bef7b0856c90 Mon Sep 17 00:00:00 2001 From: Greg Jastrab Date: Tue, 22 Nov 2011 09:08:43 -0500 Subject: [PATCH 2/3] Fixing more dead links to old repo --- plainbook/tables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plainbook/tables.xml b/plainbook/tables.xml index d31a955..c5884eb 100644 --- a/plainbook/tables.xml +++ b/plainbook/tables.xml @@ -135,7 +135,7 @@ receive constructor:

    -

    See on RDoc for more +

    See on RDoc for more information on other table methods.

@@ -334,7 +334,7 @@ Before('@killer') do # only before scenarios tagged with @killer end -

For more information on scenario hooks in Ruby, see .

+

For more information on scenario hooks in Ruby, see .

You can define scenario hooks in Java using the @Before and @After annotations. For example:

@@ -365,7 +365,7 @@ and list the relevant tags in the annotation. For example:

} -

For more information on scenario hooks in other JVM languages, see .

+

For more information on scenario hooks in other JVM languages, see .

You can define scenario hooks in .NET using the [Before] and [After] attributes. For example:

@@ -397,7 +397,7 @@ To avoid this problem, mark your scenarios with tags and list the relevant tags

The Ruby version of Cucumber (but not Cuke4Duke and Cuke4Nuke) supports many other types of hooks, such as step hooks (executed before or after each step) and global hooks (executed once before any test runs or after all tests finish). They are defined similarly to the scenario hooks covered in this section. For more information, see -.

+.

From 3cfd291e51de2ff3fffdf2df1ae65b8e5385c921 Mon Sep 17 00:00:00 2001 From: Greg Jastrab Date: Tue, 22 Nov 2011 10:34:16 -0500 Subject: [PATCH 3/3] Fixing more deadlinks --- plainbook/resources.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plainbook/resources.xml b/plainbook/resources.xml index 6490705..fd6b90e 100644 --- a/plainbook/resources.xml +++ b/plainbook/resources.xml @@ -4,10 +4,10 @@
  • Cucumber main web site
  • -
  • Cucumber wiki
  • +
  • Cucumber wiki
  • Specflow
  • Cuke4Nuke
  • -
  • Cuke4Duke
  • +
  • Cuke4Duke
  • Cuke4Nuke Visual Studio Plugin