aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/audit_test.rb
AgeCommit message (Collapse)Author
2017-02-28Convert FormulaAuditor test to spec.Markus Reiter
2017-02-27Convert FormulaText test to spec.Markus Reiter
2017-02-27audit: fix audit on formulae without homepagesMisty De Meo
2017-02-26xcodebuild audit: match xcodebuild with no argsMisty De Meo
Closes #2199. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2017-02-24audit: don't try to HTTP check non-HTTP content.Mike McQuaid
2017-02-14add testViktor Szakats
2017-02-10audit: enforce https://*.sourceforge.io/ homepagesViktor Szakats
Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/
2017-01-22tests: set developer in ENV rather than stubbingAlyssa Ross
2017-01-22tests: automatically restore ENV in teardownAlyssa Ross
2017-01-22tests: remove explicit tmpdir deletionsAlyssa Ross
These are no longer necessary.
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.
2016-12-18Updated homepage 404 check to use explicit parameters and return the status codeDavid Broder-Rodgers
2016-11-16Move test files back directly to `test/`.Markus Reiter