aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support/helper/env.rb
AgeCommit message (Collapse)Author
2017-01-23tests: remove env helperAlyssa Ross
2017-01-22tests: remove with_git_env methodAlyssa Ross
A common git environment is now used in all tests, so this is no longer required.
2017-01-22tests: use more recent git committer dateAlyssa Ross
This will allow the `brew bundle` test to use the default git environment.
2017-01-22tests: re-use with_environment in using_git_envMarkus Reiter
Proposed by @reitermarkus in https://github.com/Homebrew/brew/pull/1890#discussion_r97210285. I made one slight adjustment of preserving the previous date string in case anything was relying on it.
2017-01-22tests: extract a common using_git_env methodAlyssa Ross
2016-11-16Move all remaining fixtures to `test/support/fixtures`.Markus Reiter