diff options
| author | Mike McQuaid | 2017-07-08 07:44:00 +0100 |
|---|---|---|
| committer | GitHub | 2017-07-08 07:44:00 +0100 |
| commit | ded1967c6c1a5fb576eadda718864422759bd5e3 (patch) | |
| tree | f62a12258a9583976fe3f1d574509b05b5004291 /Library | |
| parent | 8ec08479ae71a849ea1e648ccda7a85771c14d01 (diff) | |
| parent | 0b69ca85f763bb0db210384ba2c4a93049bb7b35 (diff) | |
| download | brew-ded1967c6c1a5fb576eadda718864422759bd5e3.tar.bz2 | |
Merge pull request #2871 from MikeMcQuaid/rspec-focus
spec_helper: add focus support.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb index 75540caad..b1a028d9d 100644 --- a/Library/Homebrew/test/spec_helper.rb +++ b/Library/Homebrew/test/spec_helper.rb @@ -41,6 +41,8 @@ TEST_DIRECTORIES = [ RSpec.configure do |config| config.order = :random + config.filter_run_when_matching :focus + config.include(Test::Helper::Shutup) config.include(Test::Helper::Fixtures) config.include(Test::Helper::Formula) |
