everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Ch 3, 'bin/rspec' is better than 'rspec' #2

Closed JunichiIto closed 10 years ago

JunichiIto commented 10 years ago

Now, if we run RSpec from the command line again (via rspec or bundle exec rspec, depending on whether you installed the rspec binstub in the previous chapter) we see one passing example!

In the sentence above, you wrote "via rspec or bundle exec rspec" but I think "via bin/rspec or bundle exec rspec" would be better because readers can easily understand they are using the installed binstub.

ruralocity commented 10 years ago

I've fixed this and will include it in the next release.