aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-20 00:06:14 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-20 00:06:14 +0200
commitd8fffe7b23acce42bc3941d7bba47e07a66aed67 (patch)
tree5841a29afeeb84462bd526a481b0908820dff0a5 /actionpack/Rakefile
parentf503a5dc97d18794cc0eda5ffe77e2cd7d762d47 (diff)
downloadrails-d8fffe7b23acce42bc3941d7bba47e07a66aed67.tar.gz
rails-d8fffe7b23acce42bc3941d7bba47e07a66aed67.tar.bz2
rails-d8fffe7b23acce42bc3941d7bba47e07a66aed67.zip
Replace ad hoc Rack::Test with ActionController::IntegrationTest
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 57c3276cb9..6ce8179646 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -21,7 +21,7 @@ task :default => [ :test ]
# Run the unit tests
-desc "Run all unit tests" # Do not remove :test_new_base
+desc "Run all unit tests"
task :test => [:test_action_pack, :test_active_record_integration, :test_new_base]
Rake::TestTask.new(:test_action_pack) do |t|