aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tab_spec.rb
AgeCommit message (Collapse)Author
2017-05-15Use scoped RSpec matchers.Markus Reiter
2017-04-02Handle missing receipt on `brew install`.Mike McQuaid
For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`.
2017-03-10test: fix tests with a shallow clone.Mike McQuaid
In this case `HOMEBREW_VERSION` is `>1.1.0 (no git repository)` so these tests failed. This was the cause of the Homebrew/homebrew-test-bot Linux CI failures as it was testing a shallow clone.
2017-02-25Convert BuildOptions test to spec.Markus Reiter
2017-02-25Convert Tab test to spec.Markus Reiter