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 c2e20f5 commit bffaaddCopy full SHA for bffaadd
tests/units/test_merge.rb
@@ -70,14 +70,12 @@ def setup
70
# end
71
72
def env
73
- ENV.to_h.tap do |env|
74
- env['GIT_DIR'] = git_dir
75
- env['GIT_WORK_TREE'] = work_tree
76
- env['GIT_SSH'] = Git::Base.config.git_ssh
77
- env.delete('PATH')
78
- end
+ ENV.to_h
79
end
80
+ def env_var(name)
+
+ end
81
def command(cmd)
82
puts '-' * 80
83
puts "Running: #{cmd}"
@@ -107,6 +105,10 @@ def work_tree
107
105
File.expand_path(Dir.pwd)
108
106
109
+ def test_command_with_env
110
111
112
def test_octopus_merge
113
git_cmd = Git::Base.config.binary_path
114
0 commit comments