Sha256: 050ef0a1c0759aa3ec89900686885712b68ae7e6d881af39fca0e1cbe3fd7c6b

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

Given /^the GitHub service returns repository data for the user "([^"]*)"$/ do |username|
  set_environment_variable 'REPONAUT_ENV', 'cucumber'
end

Given /^the GitHub service returns 404 for the user "([^"]*)"$/ do |username|
  set_environment_variable 'REPONAUT_ENV', 'cucumber'
end

Given /^the GitHub service is rate limiting requests for the user "([^"]*)"$/ do |username|
  set_environment_variable 'REPONAUT_ENV', 'cucumber'
  set_environment_variable 'REPONAUT_RATE_LIMIT', 'on'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reponaut-2.1.1 features/step_definitions/github_steps.rb
reponaut-2.1.0 features/step_definitions/github_steps.rb
reponaut-2.0.0 features/step_definitions/github_steps.rb