Skip to content

Commit d2af5d6

Browse files
Fix docs for running Bundler specs
Not everything needs to be run from the `bundler/` subfolder now.
1 parent bccc924 commit d2af5d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/rubygems/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,19 @@ And to run an individual test method named `test_default` within a test file, yo
7070

7171
### Running bundler tests
7272

73-
Everything needs to be run from the `bundler/` subfolder.
74-
7573
To setup bundler tests:
7674

7775
bin/rake spec:parallel_deps
7876

79-
To run the entire bundler test suite in parallel (it takes a while):
77+
To run the entire bundler test suite in parallel (it takes a while), run the following from the `bundler/` subfolder:
8078

8179
bin/parallel_rspec
8280

8381
There are some realworld higher level specs run in CI, but not run by `bin/parallel_rspec`. You can run those with:
8482

8583
bin/rake spec:realworld
8684

87-
To run an individual test file location for example in `spec/install/gems/standalone_spec.rb` you can use:
85+
To run an individual test file location for example in `spec/install/gems/standalone_spec.rb` you can use the following from the `bundler/` subfolder:
8886

8987
bin/rspec spec/install/gems/standalone_spec.rb
9088

0 commit comments

Comments
 (0)