aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/tests.rb
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-22 20:54:37 +0000
committerAlyssa Ross2017-01-22 20:54:37 +0000
commit19e61355b38b8ba96db0ca71849bb536af0490bf (patch)
tree09e345fcde85263b2635a1e670f953abe2dc4a92 /Library/Homebrew/dev-cmd/tests.rb
parentb53ce62ffb193748266c63d7b13fd023c0764ff0 (diff)
downloadbrew-19e61355b38b8ba96db0ca71849bb536af0490bf.tar.bz2
tests: remove with_git_env method
A common git environment is now used in all tests, so this is no longer required.
Diffstat (limited to 'Library/Homebrew/dev-cmd/tests.rb')
-rw-r--r--Library/Homebrew/dev-cmd/tests.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/tests.rb b/Library/Homebrew/dev-cmd/tests.rb
index b4f3c2d40..05bdda8d2 100644
--- a/Library/Homebrew/dev-cmd/tests.rb
+++ b/Library/Homebrew/dev-cmd/tests.rb
@@ -34,6 +34,7 @@ module Homebrew
%w[AUTHOR COMMITTER].each do |role|
ENV["GIT_#{role}_NAME"] = "brew tests"
ENV["GIT_#{role}_EMAIL"] = "brew-tests@localhost"
+ ENV["GIT_#{role}_DATE"] = "Sun Jan 22 19:59:13 2017 +0000"
end
Homebrew.install_gem_setup_path! "bundler"