Skip to content

Commit

Permalink
adds notes about bundler and fixes saasbook#15
Browse files Browse the repository at this point in the history
  • Loading branch information
tansaku authored Jun 20, 2016
1 parent 4f02669 commit b345082
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ give you guidance as to which tests failed. (You can check the [RSpec
documentation](http://rspec.info) to see how the `.rspec` file can be
used to customize the output format.)

To ensure you have the rspec gem installed you need bundler and can then
run bundle install like so:

```sh
$ gem install bundler
$ cd hw-ruby-intro
$ bundle
```

When the above completes successfully you'll have RSpec installed and can
run `rspec` from the command line to test your code.


# 1. Arrays, Hashes, and Enumerables
Expand Down

0 comments on commit b345082

Please sign in to comment.