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
/
test_resource.rb
Age
Commit message (
Collapse
)
Author
2015-03-05
checksums: switch to sha256 for bottles and new formulae
Dominyk Tiller
Closes #37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31
Don't attempt to detect version if URL is not set
Jack Nagel
2014-07-15
Eagerly set the download strategy
Jack Nagel
2014-06-18
Use assert_predicate
Jack Nagel
2014-06-18
Move test helpers into Homebrew::TestCase
Jack Nagel
2014-06-18
Use a custom test class so we can avoid monkeypatching
Jack Nagel
2014-06-12
Use example.com as domain in tests
Jack Nagel
2014-05-27
Remove support for version "schemes", just pass version objects directly
Jack Nagel
I'm not sure why I thought reinventing object instantiation was a good idea.
2014-02-18
Inline static exception text to remove a rescue
Jack Nagel
2013-12-09
Extract constants for checkums in tests
Jack Nagel
2013-10-30
Resource: push conditional down into #verify_download_integrity
Jack Nagel
2013-10-11
Resource: do not mutate passed-in specs hash
Jack Nagel
2013-10-11
CurlDownloadStrategy: dup mirror list before mutating it
Jack Nagel
2013-09-17
SoftwareSpec tests are now Resource tests
Jack Nagel