Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #103 from Vanuan/contributing
bundle exec is needed even if running a single test.
  • Loading branch information
Vanuan committed Jun 4, 2012
2 parents 40c8ca5 + cba59f1 commit c5e9dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/contributing_to_ruby_on_rails.textile
Expand Up @@ -109,7 +109,7 @@ You can run any single test separately too:

<shell>
$ cd actionpack
$ ruby -Itest test/template/form_helper_test.rb
$ bundle exec ruby -Itest test/template/form_helper_test.rb
</shell>

h4. Warnings
Expand Down

0 comments on commit c5e9dc4

Please sign in to comment.