Sha256: 46051a2ff445b3903bbd0e3e6b6a4691b2bb1fb966042c44bf2f874727ee72a2

Contents?: true

Size: 312 Bytes

Versions: 15

Compression:

Stored size: 312 Bytes

Contents

Given /^file "([^"]*)" contains "([^"]*)"$/ do |arg1, arg2|
  create_file arg1, arg2
end

When /^I visit "([^"]*)"$/ do |arg1|
  visit arg1
end

Given /^shader "([^"]*)" exists$/ do |arg1|
  create_shader arg1, :vertex => "void main(void) { gl_Position = vec4(0,0,0,1); }"
end

Given /^I wait$/ do
  sleep(1)
end

Version data entries

15 entries across 15 versions & 1 rubygems

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