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