Sha256: 82484ed34c2364ddce40b534d762e46a7ed1754614f66ef87b2f585adfa0fd37

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

Feature: Developer tests an application
  In order to test my application
  As a developer
  I want to use some shiney cucumber steps
  
  Background:
    Given "iCuke" from "app/iCuke/iCuke.xcodeproj" is loaded in the simulator
  
  Scenario: Press buttons and see stuff
    Then I should see "iCuke"
    When I tap "About"
    Then I should see "About"
    When I tap "Done"
    Then I should see "iCuke"

  Scenario: Type into a textfield
    Then I type "fOo@Oo !# 54 x" in "Input"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iCuke-0.4.12 features/icuke.feature
iCuke-0.4.11 features/icuke.feature
iCuke-0.4.10 features/icuke.feature
iCuke-0.4.9 features/icuke.feature
iCuke-0.4.8 features/icuke.feature
iCuke-0.4.7 features/icuke.feature
iCuke-0.4.6 features/icuke.feature
iCuke-0.4.5 features/icuke.feature