aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-xactionpack/Rakefile4
1 files changed, 3 insertions, 1 deletions
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