Sha256: 5bef82d7b5ac3110bc4f3eefb5c82791ed92e41ec620b53789ac5105f4c58c7f

Contents?: true

Size: 701 Bytes

Versions: 25

Compression:

Stored size: 701 Bytes

Contents

Feature: Cucumber
  In order to have a happy user base
  As a Cucumber user
  I don't want no stinkin bugs

  Scenario: RSpec be_*
    Given be_empty
    
  Scenario: Call step from step
    Given nested step is called
    Then nested step should be executed

  Scenario: Call step from step using text table
    Given nested step is called using text table
    Then nested step should be executed
    
  Scenario: Reading a table
    Given the following table
      | born  | working |
      | Oslo  | London  |
    Then I should be working in London
    And I should be born in Oslo
    And I shoule see a multiline string like
      """
      A string
      that spans
      several lines
      """

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
aslakhellesoy-cucumber-0.1.100.1 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.100.2 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.10 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.11 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.12 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.13 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.14 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.15 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.17 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.18 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.19 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.2 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.20 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.21 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.22 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.23 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.3 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.5 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.6 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.1.99.7 examples/tickets/features/tickets.feature