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.
In the sentence above, you wrote "via
rspec
orbundle exec rspec
" but I think "viabin/rspec
orbundle exec rspec
" would be better because readers can easily understand they are using the installed binstub.