diff --git a/features/steps.rb b/features/steps.rb index 93f55b7e0c2e12f075884428f3bf8c1677680cfd..8a7dde96b1242a5d49d537fb68896f02c17427d0 100644 --- a/features/steps.rb +++ b/features/steps.rb @@ -1,7 +1,7 @@ require 'fileutils' Given(/^HTTPS is preferred$/) do - run_silent %(git config --global hub.protocol https) + run_silent %(git config --global gh.protocol https) end Given(/^there are no remotes$/) do @@ -9,7 +9,7 @@ Given(/^there are no remotes$/) do end Given(/^"([^"]*)" is a whitelisted Enterprise host$/) do |host| - run_silent %(git config --global --add hub.host "#{host}") + run_silent %(git config --global --add gh.host "#{host}") end Given(/^git "(.+?)" is set to "(.+?)"$/) do |key, value|