From f4b721904a26f631fbc6d7241b7f9480cc87ea47 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jan 2005 15:16:59 +0000 Subject: Added test cases and rakefile to Active Support git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@310 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 activesupport/Rakefile (limited to 'activesupport/Rakefile') 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' +} -- cgit v1.2.3