aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/sandbox_spec.rb
AgeCommit message (Collapse)Author
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-07-30Merge pull request #2898 from MikeMcQuaid/sandbox-all-tapsMike McQuaid
sandbox: sandbox all taps by default.
2017-07-29Silence all specs by default.Markus Reiter
2017-07-14sandbox: sandbox all taps by default.Mike McQuaid
We've been doing this in `brew test-bot`, for our CI and for homebrew/core long enough that this is a reasonable default that provides more protection to our users of non-homebrew/core taps.
2017-05-15Use scoped RSpec matchers.Markus Reiter
2017-02-28Add `mktmpdir` helper method.Markus Reiter
2017-02-27Convert Sandbox test to spec.Markus Reiter