[rubygems/rubygems] Tweak to spec setup so that rspec
instead of our bin/rspec
binstub still works
https://github.com/rubygems/rubygems/commit/24e6699316
This commit is contained in:
parent
3ba066e54f
commit
6a9af9f0b5
@ -28,6 +28,9 @@ module Spec
|
||||
end
|
||||
|
||||
def test_setup
|
||||
# Install test dependencies unless parallel-rspec is being used, since in that case they should be setup already
|
||||
install_test_deps unless ENV["RSPEC_FORMATTER_OUTPUT_ID"]
|
||||
|
||||
setup_test_paths
|
||||
|
||||
require "fileutils"
|
||||
|
Loading…
x
Reference in New Issue
Block a user