demonstrate that 'hub.protocol' config affects `fetch` too

Closes #112
This commit is contained in:
Mislav Marohnić 2011-12-02 15:36:04 +01:00
Родитель ef3043b3e0
Коммит a315222dd1
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -306,6 +306,16 @@ class HubTest < Test::Unit::TestCase
"fetch xoebus"
end
def test_fetch_new_remote_https_protocol
stub_remotes_group('xoebus', nil)
stub_existing_fork('xoebus')
stub_https_is_preferred
assert_commands "git remote add xoebus https://github.com/xoebus/hub.git",
"git fetch xoebus",
"fetch xoebus"
end
def test_fetch_new_remote_with_options
stub_remotes_group('xoebus', nil)
stub_existing_fork('xoebus')