method

turn_gemfile_entry

turn_gemfile_entry()
protected

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 190
      def turn_gemfile_entry
        unless RUBY_VERSION < "1.9.2" || options[:skip_test_unit]
                      group :test do              # Pretty printed test output              gem 'turn', :require => false            end.strip_heredoc
        end
      end