aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_tab.rb
AgeCommit message (Collapse)Author
2016-09-19tab: test tap runtime dependenciesAlyssa Ross
2016-09-19Save runtime dependencies in INSTALL_RECEIPT.jsonAlyssa Ross
Fixes #930
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-11test/test_tab: fix Rubocop warnings.Mike McQuaid
2016-09-07Test source.path on Tab.create and .for_formulaAlyssa Ross
2016-09-07Combine Tab alias_path with source.pathAlyssa Ross
2016-09-05Update Tap for alias_pathAlyssa Ross
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
Part of #567
2016-08-06Add tests for Tab versionsVlad Shablinsky
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-07-15add more testXu Cheng
Closes #514. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-05-08Make development tools code cross-platform.Mike McQuaid
2016-04-02fix brew testsXu Cheng
Fix the `brew tests` problem caused by core/formula separation.
2016-01-15tab: add source modified time metadataXu Cheng
2015-12-09test-tab: tap is a Tap object nowXu Cheng
Closes Homebrew/homebrew#46735. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-11-29test_tab: use installed_prefixesXu Cheng
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-31test_tab: add test for Tab#specXu Cheng
Fixes Homebrew/homebrew#42147. Closes Homebrew/homebrew#42205. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
Closes Homebrew/homebrew#37383.
2015-02-21Switch to string keysJack Nagel
The OpenStruct initializer accepts both symbols and strings, but any nested hashes will only allow access via string keys, so let's always construct the object with strings for consistency.
2015-02-21Eliminate conditionalJack Nagel
2015-02-18Start recording the formula path in the install receiptJack Nagel
Later we can use this information to try and load the formula from the correct source.
2014-10-19tab: remap deprecated options in tabs.Mike McQuaid
If a deprecated option is found in a tab, rename it to the new option.
2014-08-14Use the as_flags method instead of mapJack Nagel
2014-08-13Simplify tab test setupJack Nagel
2014-08-09Stop exposing combined options from the tabJack Nagel
2014-08-08Better assertions in tab testJack Nagel
2014-08-07Avoid using setters in tab testsJack Nagel
2014-06-30Fix tab testsJack Nagel
2014-06-29Test that the tab round-trips through JSONJack Nagel
2014-06-29Fix typo in tab test setupJack Nagel
This is one of the many problems with using OpenStruct.
2014-06-29Normalize paths before calling Tab.from_fileJack Nagel
2014-06-29Add tests documenting install receipt loading behaviorJack Nagel
2014-06-29Get the Tab class under testJack Nagel