aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/services_spec.rb
AgeCommit message (Collapse)Author
2018-02-13Use rspec-retry in flaky brew tests.Mike McQuaid
We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable.
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-02-23Convert `brew services` test to spec.Markus Reiter