aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-06-26 10:22:10 +0200
committerArun Agrawal <arunagw@gmail.com>2013-06-26 10:22:10 +0200
commitc4f588213be992315df93f0379efd3133a8be905 (patch)
treed08922f9aa8778d97e69ece199d11eec9b22f795 /actionpack/Rakefile
parent16caf63d32e0a643b7fd5bea2085804f4ec74c8d (diff)
downloadrails-c4f588213be992315df93f0379efd3133a8be905.tar.gz
rails-c4f588213be992315df93f0379efd3133a8be905.tar.bz2
rails-c4f588213be992315df93f0379efd3133a8be905.zip
Minor changes to actionpack/actionview Rakefile
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 5433e584af..114d3a7c0c 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -5,11 +5,7 @@ desc "Default Task"
task :default => :test
# Run the unit tests
-
-desc "Run all unit tests"
-task :test => [:test_action_pack]
-
-Rake::TestTask.new(:test_action_pack) do |t|
+Rake::TestTask.new do |t|
t.libs << 'test'
# make sure we include the tests in alphabetical order as on some systems