features/step_definitions/github_steps.rb in reponaut-1.0.0 vs features/step_definitions/github_steps.rb in reponaut-1.0.1
- old
+ new
@@ -1,3 +1,7 @@
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