Skip to content

Commit

Permalink
Fix Bundler setup instructions
Browse files Browse the repository at this point in the history
When trying to follow the instructions locally, they did not work until
I realized they were out of order. The Rake command needs to be executed
in the root directory before switching to the bundler directory.
  • Loading branch information
franzliedke committed Dec 1, 2023
1 parent 54e00b0 commit 0edee2f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bundler/doc/development/SETUP.md
Expand Up @@ -12,18 +12,15 @@ To work on Bundler, you'll probably want to do a couple of things:

$ brew install graphviz

* Install development dependencies from the rubygems root directory:
* Install development dependencies and Bundler's test dependencies from the rubygems root directory:

$ rake setup
$ bin/rake spec:parallel_deps

* Change into the bundler directory:

$ cd bundler

* Install Bundler's test dependencies:

$ bin/rake spec:parallel_deps

* Now you can run the test suite in parallel:

$ bin/parallel_rspec
Expand Down

0 comments on commit 0edee2f

Please sign in to comment.