Sha256: aebc2ec3881fb7254d93d3e2b23081ab2c60440461cb164c38a689494a59c086

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 Bytes

Contents

Feature: Supported SDKs
  As a developer,
  in order to test applications that need to run on older devices,
  iCuke should be able to boot applications under different simulator SDKs.

  Scenario: SDK 3.2
    Given "app/Universal.xcodeproj" is loaded in the iphone simulator with SDK 3.2
    Then I should see "Show Test Modal"

  Scenario: SDK 4.2
    Given "app/Universal.xcodeproj" is loaded in the iphone simulator with SDK 4.2
    Then I should see "Show Test Modal"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iCuke-0.7.0 features/supported_sdks.feature
iCuke-0.6.6 features/supported_sdks.feature
iCuke-0.6.5 features/supported_sdks.feature
iCuke-0.6.4 features/supported_sdks.feature