aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/cmd
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-19 22:27:14 +0200
committerMarkus Reiter2016-10-19 22:27:14 +0200
commitf04a1b59aa817c362ee34767930e7404a0760ccc (patch)
tree99b39c735c4cb2b299830ad3f2b50d54ce7e844d /Library/Homebrew/cask/cmd
parentfb29a31c72a21bb4cae0b5830ce3407e3a3d068e (diff)
downloadbrew-f04a1b59aa817c362ee34767930e7404a0760ccc.tar.bz2
Require `spec_helper` globally.
Diffstat (limited to 'Library/Homebrew/cask/cmd')
-rwxr-xr-xLibrary/Homebrew/cask/cmd/brew-cask-tests.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/cmd/brew-cask-tests.rb b/Library/Homebrew/cask/cmd/brew-cask-tests.rb
index ce62b5d84..4840ab451 100755
--- a/Library/Homebrew/cask/cmd/brew-cask-tests.rb
+++ b/Library/Homebrew/cask/cmd/brew-cask-tests.rb
@@ -25,6 +25,8 @@ repo_root.cd do
if rspec
run_tests "parallel_rspec", Dir["spec/**/*_spec.rb"], %w[
+ --color
+ --require spec_helper
--format progress
--format ParallelTests::RSpec::RuntimeLogger
--out tmp/parallel_runtime_rspec.log