Sha256: 287915a88222592c001eb45b98cb95a402b9295d2cfc394c6efddf134c88017f

Contents?: true

Size: 285 Bytes

Versions: 4

Compression:

Stored size: 285 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reponaut-1.2.0 features/step_definitions/github_steps.rb
reponaut-1.1.1 features/step_definitions/github_steps.rb
reponaut-1.1.0 features/step_definitions/github_steps.rb
reponaut-1.0.1 features/step_definitions/github_steps.rb