Sha256: 07c55ee50779c22c55fd17aa86c4109da6bbf67b2848cae9d0cb38361643451c

Contents?: true

Size: 507 Bytes

Versions: 15

Compression:

Stored size: 507 Bytes

Contents

Feature: Runtime

  Scenario: Default runtime
    Given I am on the WebGL start page
    Then I should see a "canvas" element

  Scenario: Runtime with string
    Given the WebGL start page is "/webgl_start.html"
    Then the WebGL start path should be "/webgl_start.html"

  Scenario: Runtime with hash
    Given the WebGL start page is a hash with the following keys:
      | controller | action   |
      | jax/suite  | jasmine  |
    Then the WebGL start path should be "http://www.example.com/jasmine"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jax-3.0.0.rc2 features/runtime.feature
jax-2.0.12 features/runtime.feature
jax-3.0.0.rc1 features/runtime.feature
jax-2.0.11 features/runtime.feature
jax-2.0.10 features/runtime.feature
jax-2.0.9 features/runtime.feature
jax-2.0.8 features/runtime.feature
jax-2.0.7 features/runtime.feature
jax-2.0.6 features/runtime.feature
jax-2.0.5 features/runtime.feature
jax-2.0.4 features/runtime.feature
jax-2.0.3 features/runtime.feature
jax-2.0.2 features/runtime.feature
jax-2.0.1 features/runtime.feature
jax-2.0.0 features/runtime.feature