aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 81c242d4b1..7b56e36abf 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -1,6 +1,9 @@
require 'rake/testtask'
task :default => :test
+
+task :package
+
Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'