diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 11:32:06 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 11:32:06 +0100 |
commit | f3069a3ea4e1209115334f6455c20ed6802fbd57 (patch) | |
tree | 18509ad3f570a98a6877c2bfeae748f57d6c9ce3 | |
parent | 5984ddc09ca38e9369891b77896508369adb3e2f (diff) |
Advise bundler-oriented incantation for `rake spec`
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 4fded2b7f..60d00be5d 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -249,7 +249,7 @@ component so you should really try to get this working. Make sure everything looks OK: - rake spec + bundle exec rake spec If there are failures here, something has gone wrong with the preceding steps (see the next section for a common problem and |