From f3ce39749cbd35bdeac1fdea27bd3136977a8188 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Thu, 27 Apr 2006 22:51:39 +0000 Subject: Documentation fix: integration test scripts don't require integration_test. Closes #4914. [Frederick Ros ] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4292 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ actionpack/lib/action_controller/integration.rb | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index f77a489309..5c312317d6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Documentation fix: integration test scripts don't require integration_test. Closes #4914. [Frederick Ros ] + * ActionController::Base Summary documentation rewrite. Closes #4900. [kevin.clark@gmail.com] * Fix text_helper.rb documentation rendering. Closes #4725. [Frederick Ros] diff --git a/actionpack/lib/action_controller/integration.rb b/actionpack/lib/action_controller/integration.rb index c96dd9c513..74817c4b4c 100644 --- a/actionpack/lib/action_controller/integration.rb +++ b/actionpack/lib/action_controller/integration.rb @@ -347,7 +347,6 @@ module ActionController # using the get/post methods: # # require "#{File.dirname(__FILE__)}/test_helper" - # require "integration_test" # # class ExampleTest < ActionController::IntegrationTest # fixtures :people @@ -372,7 +371,6 @@ module ActionController # reference any named routes you happen to have defined! # # require "#{File.dirname(__FILE__)}/test_helper" - # require "integration_test" # # class AdvancedTest < ActionController::IntegrationTest # fixtures :people, :rooms -- cgit v1.2.3