aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-10-23 01:34:02 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-10-23 01:34:02 +0530
commit227c31f7b6b13fcfc187d20618ed14d2970314c7 (patch)
tree18500bedea10719be3aea242ad936cb8433395bd /railties
parent4ea21b6de260dd4cd610f88ae8d19a04977b5c2a (diff)
downloadrails-227c31f7b6b13fcfc187d20618ed14d2970314c7.tar.gz
rails-227c31f7b6b13fcfc187d20618ed14d2970314c7.tar.bz2
rails-227c31f7b6b13fcfc187d20618ed14d2970314c7.zip
edge doesnt provide turn gem in the gemfile anymore
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/code/getting_started/Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/code/getting_started/Gemfile b/railties/guides/code/getting_started/Gemfile
index 51774934cd..898510dcaa 100644
--- a/railties/guides/code/getting_started/Gemfile
+++ b/railties/guides/code/getting_started/Gemfile
@@ -25,8 +25,3 @@ gem 'jquery-rails'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
-
-group :test do
- # Pretty printed test output
- gem 'turn', :require => false
-end