Sha256: 8773e38d578201fc03c369d5a7c21221858594b77ab40f5ce18396fe56f2b367

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 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: 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

4 entries across 4 versions & 3 rubygems

Version Path
aslakhellesoy-cucumber-0.1.9 examples/tickets/features/tickets.feature
elight-cucumber-0.1.9 examples/tickets/features/tickets.feature
cucumber-0.1.8 examples/tickets/features/tickets.feature
cucumber-0.1.9 examples/tickets/features/tickets.feature