aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
new file mode 100644
index 0000000000..fe8ac17112
--- /dev/null
+++ b/activesupport/Rakefile
@@ -0,0 +1,6 @@
+require 'rake/testtask'
+
+task :default => :test
+Rake::TestTask.new { |t|
+ t.pattern = 'test/*_test.rb'
+}