aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-07-08 07:44:00 +0100
committerGitHub2017-07-08 07:44:00 +0100
commitded1967c6c1a5fb576eadda718864422759bd5e3 (patch)
treef62a12258a9583976fe3f1d574509b05b5004291 /Library
parent8ec08479ae71a849ea1e648ccda7a85771c14d01 (diff)
parent0b69ca85f763bb0db210384ba2c4a93049bb7b35 (diff)
downloadbrew-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.rb2
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)