diff options
author | John Yani <vanuan@gmail.com> | 2012-06-04 03:16:18 -0700 |
---|---|---|
committer | John Yani <vanuan@gmail.com> | 2012-06-04 03:16:18 -0700 |
commit | c5e9dc43854ee211dd8a1eee54be818306df3df7 (patch) | |
tree | f063e5697b5c5352588fd3295dac207defed4c82 /guides | |
parent | 40c8ca5b094dfbdc3b4131492a7a82ea7a17488f (diff) | |
parent | cba59f1ed1ea484cbbb5729b8ba57e4b0128cdac (diff) | |
download | rails-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.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.textile | 2 |
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 |