aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/formulary_test.rb
AgeCommit message (Collapse)Author
2017-02-20Convert Formulary test to spec.Markus Reiter
2017-01-22tests: remove more per-test file system cleanupAlyssa Ross
These locations are now all automatically cleaned up after every test.
2017-01-22tests: clean up file system for all testsAlyssa Ross
(No longer just integration tests.)
2017-01-21tests: clear tab cache in global teardownAlyssa Ross
2017-01-21tests: enforce `super` in lifecycle hooksAlyssa Ross
This will allow us to have global setup and teardown for tests. For example, we can automatically clear caches after each test, to avoid annoying intermittent failures like #1879 and #1886.
2017-01-19tests: add a missing Tab cache clearAlyssa Ross
This was responsible for the sporadic failures I encountered in #1878.
2016-11-16Move test files back directly to `test/`.Markus Reiter