Sha256: 4fa7bd26064f2e3d33715a2e20e44a1061fe77832a966970995c46aadbfa0d12

Contents?: true

Size: 785 Bytes

Versions: 1

Compression:

Stored size: 785 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))
require 'grid'
require 'rspec/expectations';

Given /^(\d+) users open "([^"]*)"$/ do |arg1, arg2|
  pending # express the regexp above with the code you wish you had
end

Given /^navigate to the portal$/ do
  pending # express the regexp above with the code you wish you had
end

When /^they enter their credentials$/ do
  pending # express the regexp above with the code you wish you had
end

Then /^they should see their account settings$/ do
  pending # express the regexp above with the code you wish you had
end

Then /^the response time should be less than (\d+) seconds$/ do |arg1|
  pending # express the regexp above with the code you wish you had
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grid-0.3.3 examples/cucumber/step_definitions/example_steps.rb