index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
test
/
testing_env.rb
Age
Commit message (
Expand
)
Author
2014-01-11
Fix tokenizing openssl style versions
Jack Nagel
2013-12-14
Add HOMEBREW_TEMP to testing environment
Jack Nagel
2013-12-09
Extract constants for checkums in tests
Jack Nagel
2013-10-25
Stop coercing MACOS_VERSION to a float
Jack Nagel
2013-10-18
Add OS.mac? and OS.linux?
Jack Nagel
2013-10-10
git_etc: update based on bottle etc/var changes.
Mike McQuaid
2013-09-07
Optionally use git to keep brew etc versioned.
Mike McQuaid
2013-08-19
Use File::PATH_SEPARATOR globally instead of ':'
Amos Wenger
2013-08-19
Rename HomebrewEnvExtension to Stdenv
Jack Nagel
2013-07-28
RbConfig::CONFIG['bindir'] is already a string
Jack Nagel
2013-06-22
Homebrew has an actual license, remove stale comment
Jack Nagel
2013-06-14
Run tests under actual OS version
Jack Nagel
2013-06-11
Check method existence rather than Ruby version
Jack Nagel
2013-06-08
Add Enumerable#group_by
Jack Nagel
2013-06-04
Extract attr_rw from Formula for reuse
Jack Nagel
2013-05-25
tests: extract common formula helper
Jack Nagel
2013-05-10
Reorganize compat
Jack Nagel
2013-04-07
Define RUBY_PATH for tests
Jack Nagel
2013-04-01
Make testing_env somewhat readable
Jack Nagel
2013-03-09
tests: allow setting MACOS_VERSION from the environment
Jack Nagel
2013-01-21
Allow satisfied? to be specified in a block
Jack Nagel
2013-01-21
tests: add mocha mocking library
Jack Nagel
2013-01-12
Define HOMEBREW_LIBRARY for tests
Jack Nagel
2012-10-25
tests: define assert_empty for Ruby <= 1.8
Jack Nagel
2012-09-29
tests: set newly-visible global constants
Jack Nagel
2012-09-27
Make FileUtils extension available globally
Jack Nagel
2012-08-30
tests: avoid unnecessary chdir
Jack Nagel
2012-08-29
tests: support "rake rcov" if rcov is installed
Jack Nagel
2012-08-18
Simplify version comparison tests
Jack Nagel
2012-08-18
Replace version strings with Version objects
Jack Nagel
2012-08-12
tests: require string extension before exceptions
Jack Nagel
2012-08-09
Deprecate ancient formula syntax
Jack Nagel
2012-07-04
Prune some requires from test files
Jack Nagel
2012-07-04
Introduce new formula specs
Jack Nagel
2012-04-18
tests: add utility method to quell output
Jack Nagel
2012-04-01
New fails_with infrastructure
Jack Nagel
2011-08-24
HOMEBREW_CURL_ARGS so that tests can be more silent
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell
2010-07-08
Move exceptions from global to utils; remove duplicate defintions
Adam Vandenberg
2010-06-10
Fix: attr doesn't take a list.
Adam Vandenberg
2010-06-10
Failures during ./configure should mention config.log.
Adam Vandenberg
2010-04-06
Add new "testing environment" include.
Adam Vandenberg