From cba59f1ed1ea484cbbb5729b8ba57e4b0128cdac Mon Sep 17 00:00:00 2001 From: John Yani Date: Mon, 4 Jun 2012 13:12:24 +0300 Subject: [PATCH] bundle exec is needed even if running a single test. --- guides/source/contributing_to_ruby_on_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile index acf75d41cd8f0..0da8a84b92c52 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: $ cd actionpack -$ ruby -Itest test/template/form_helper_test.rb +$ bundle exec ruby -Itest test/template/form_helper_test.rb h4. Warnings