git_spec.rb: use HTTPS for Git remote test
This commit is contained in:
		
							parent
							
								
									5b041528af
								
							
						
					
					
						commit
						a6d1ddf326
					
				@ -130,7 +130,7 @@ describe Utils do
 | 
			
		||||
    context "when git is available" do
 | 
			
		||||
      it "returns true when git remote exists", :needs_network do
 | 
			
		||||
        git = HOMEBREW_SHIMS_PATH/"scm/git"
 | 
			
		||||
        url = "http://github.com/Homebrew/homebrew.github.io"
 | 
			
		||||
        url = "https://github.com/Homebrew/homebrew.github.io"
 | 
			
		||||
        repo = HOMEBREW_CACHE/"hey"
 | 
			
		||||
        repo.mkpath
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user