josephwilk (owner)

Revisions

gist: 50144 Download_button fork
public
Public Clone URL: git://gist.github.com/50144.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
  Scenario Outline: passing background
    Then I should have '<count>' cukes
 
  Examples:
    | count |
    | Background:
    Given '10' cukes
 10 |
 
Text only #
1
2
3
4
5
6
7
8
9
10
Feature: sample
 
  Background:
    Given '10' cukes
 
  Scenario Outline: passing background
    Then I should have '<count>' cukes
    Examples:
      |count|
      | 5 |