Sha256: e427019a7b037847436aeca94a9cf11929ed3013a2738e2b91448525f1eef118

Contents?: true

Size: 332 Bytes

Versions: 15

Compression:

Stored size: 332 Bytes

Contents

Given /^the WebGL start page is "([^"]*)"$/ do |arg1|
  Jax.config.webgl_start = arg1
end

Then /^the WebGL start path should be "([^"]*)"$/ do |arg1|
  url_for(Jax.config.webgl_start).should == arg1
end

Given /^the WebGL start page is a hash with the following keys:$/ do |table|
  Jax.config.webgl_start = table.hashes.first
end

Version data entries

15 entries across 15 versions & 1 rubygems

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