aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/test.rb
AgeCommit message (Collapse)Author
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-08-07sandbox: stop printing message.Mike McQuaid
We’re always using the sandbox where possible now so this is just noise for the vast majority of our users.
2017-07-07test: use Test::Unit class.Mike McQuaid
2017-06-29Define a custom assertion failure error for cross-version compatMisty De Meo
Fixes #2840.
2017-06-25test: simplify minitest inclusion.Mike McQuaid
The previous version seems needlessly complicated given we only support a single Ruby version. It was also blowing up on Bundler 1.15.X.
2017-06-23test: require non-keg-only formulae to be linked.Mike McQuaid
This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164
2017-04-02Document all short flags.Mike McQuaid
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-22test: most formulae have tests nowBob W. Hogg
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid