Sha256: e0064ae41f92f57a378dd041fd1f171ccb8d38ce38e0d9ff74e411961f39d6ce

Contents?: true

Size: 701 Bytes

Versions: 258

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 should see a multiline string like
      """
      A string
      that spans
      several lines
      """

Version data entries

258 entries across 256 versions & 25 rubygems

Version Path
aslakhellesoy-cucumber-0.3.9.3 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.9.4 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.9.5 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.9 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.90 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.92 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.93.1 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.93 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.94.1 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.94 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.95 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.96 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.97 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.98 examples/tickets/features/tickets.feature
aslakhellesoy-cucumber-0.3.99 examples/tickets/features/tickets.feature
cavalle-cucumber-0.2.3.3.1 examples/tickets/features/tickets.feature
cavalle-cucumber-0.2.3.3.2 examples/tickets/features/tickets.feature
dwaite-cucumber-0.3.101 examples/tickets/features/tickets.feature
engineyard-cucumber-0.3.101 examples/tickets/features/tickets.feature
fcoury-cucumber-0.2.3.1 examples/tickets/features/tickets.feature