From 070f3fdc8ce317772358185016f60480105963d6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 22 Aug 2006 04:38:03 +0000 Subject: Clean up and run the Active Record integration tests by default. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4804 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actionpack/Rakefile') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 0cdd8e1683..0a6e96926f 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -22,7 +22,9 @@ task :default => [ :test ] # Run the unit tests -Rake::TestTask.new { |t| +task :test => [:test_action_pack, :test_active_record_integration] + +Rake::TestTask.new(:test_action_pack) { |t| t.libs << "test" # make sure we include the controller tests (c*) first as on some systems # this will not happen automatically and the tests (as a whole) will error -- cgit v1.2.3