index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
test
/
test_tab.rb
Age
Commit message (
Expand
)
Author
2016-11-16
Reorder and rename test files.
Markus Reiter
2016-10-24
keg_relocate: refactor relocate_text_files
Josh Hagins
2016-10-24
keg_relocate: cache files rewritten during brew bottle
Josh Hagins
2016-10-24
Move cask fixtures to `test/fixtures/cask`.
Markus Reiter
2016-10-11
tab: don't interpret unknown deps as no deps
Alyssa Ross
2016-09-19
tab: test tap runtime dependencies
Alyssa Ross
2016-09-19
Save runtime dependencies in INSTALL_RECEIPT.json
Alyssa Ross
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-11
test/test_tab: fix Rubocop warnings.
Mike McQuaid
2016-09-07
Test source.path on Tab.create and .for_formula
Alyssa Ross
2016-09-07
Combine Tab alias_path with source.path
Alyssa Ross
2016-09-05
Update Tap for alias_path
Alyssa Ross
2016-09-05
Replace install_name/install_ref with alias_path
Alyssa Ross
2016-09-03
Preserve alias when installing formulae
Alyssa Ross
2016-08-06
Add tests for Tab versions
Vlad Shablinsky
2016-08-06
tests: fix code style issues (#587)
Andrea Kao
2016-07-15
add more test
Xu Cheng
2016-05-08
Make development tools code cross-platform.
Mike McQuaid
2016-04-02
fix brew tests
Xu Cheng
2016-01-15
tab: add source modified time metadata
Xu Cheng
2015-12-09
test-tab: tap is a Tap object now
Xu Cheng
2015-11-29
test_tab: use installed_prefixes
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-07-31
test_tab: add test for Tab#spec
Xu Cheng
2015-03-14
Switch to a more useful serialization of tap info
Jack Nagel
2015-02-21
Switch to string keys
Jack Nagel
2015-02-21
Eliminate conditional
Jack Nagel
2015-02-18
Start recording the formula path in the install receipt
Jack Nagel
2014-10-19
tab: remap deprecated options in tabs.
Mike McQuaid
2014-08-14
Use the as_flags method instead of map
Jack Nagel
2014-08-13
Simplify tab test setup
Jack Nagel
2014-08-09
Stop exposing combined options from the tab
Jack Nagel
2014-08-08
Better assertions in tab test
Jack Nagel
2014-08-07
Avoid using setters in tab tests
Jack Nagel
2014-06-30
Fix tab tests
Jack Nagel
2014-06-29
Test that the tab round-trips through JSON
Jack Nagel
2014-06-29
Fix typo in tab test setup
Jack Nagel
2014-06-29
Normalize paths before calling Tab.from_file
Jack Nagel
2014-06-29
Add tests documenting install receipt loading behavior
Jack Nagel
2014-06-29
Get the Tab class under test
Jack Nagel