aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Yani <vanuan@gmail.com>2012-06-04 03:16:18 -0700
committerJohn Yani <vanuan@gmail.com>2012-06-04 03:16:18 -0700
commitc5e9dc43854ee211dd8a1eee54be818306df3df7 (patch)
treef063e5697b5c5352588fd3295dac207defed4c82
parent40c8ca5b094dfbdc3b4131492a7a82ea7a17488f (diff)
parentcba59f1ed1ea484cbbb5729b8ba57e4b0128cdac (diff)
downloadrails-c5e9dc43854ee211dd8a1eee54be818306df3df7.tar.gz
rails-c5e9dc43854ee211dd8a1eee54be818306df3df7.tar.bz2
rails-c5e9dc43854ee211dd8a1eee54be818306df3df7.zip
Merge pull request #103 from Vanuan/contributing
bundle exec is needed even if running a single test.
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index acf75d41cd..0da8a84b92 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -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