diff options
| author | Markus Reiter | 2016-10-19 22:27:14 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-19 22:27:14 +0200 |
| commit | f04a1b59aa817c362ee34767930e7404a0760ccc (patch) | |
| tree | 99b39c735c4cb2b299830ad3f2b50d54ce7e844d /Library/Homebrew/cask/cmd | |
| parent | fb29a31c72a21bb4cae0b5830ce3407e3a3d068e (diff) | |
| download | brew-f04a1b59aa817c362ee34767930e7404a0760ccc.tar.bz2 | |
Require `spec_helper` globally.
Diffstat (limited to 'Library/Homebrew/cask/cmd')
| -rwxr-xr-x | Library/Homebrew/cask/cmd/brew-cask-tests.rb | 2 |
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 |
