aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/formula_spec.rb
AgeCommit message (Collapse)Author
2017-12-30requirements: move more to compat.Mike McQuaid
2017-07-29Silence all specs by default.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-15Use scoped RSpec matchers.Markus Reiter
2017-05-03Install etc/var files on postinstall.Mike McQuaid
Also, don't delete them after that. This means that `brew postinstall` becomes a way to easily reinstall configuration files for any formula without needing any changes to any bottles or requiring a reinstall.
2017-03-30formula: check installed_alias_path exists.Mike McQuaid
Otherwise return `nil`. Fixes https://github.com/Homebrew/brew/issues/2417
2017-02-25Convert Formula test to spec.Markus Reiter