We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4ba7 commit ca9c5b1Copy full SHA for ca9c5b1
test/online/push_test.rb
@@ -29,7 +29,7 @@ def test_push_branches
29
30
class OnlineSshPushTest < Rugged::OnlineTestCase
31
def setup
32
- skip unless Rugged.features.include?(:ssh) && git_creds?
+ skip unless Rugged.features.include?(:ssh) && ssh_creds?
33
34
@repo = FixtureRepo.from_libgit2("push_src")
35
@remote = @repo.remotes.create("test", ENV['GITTEST_REMOTE_SSH_URL'])
0 commit comments