about summary refs log tree commit homepage
path: root/t/rails3-app/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/rails3-app/Rakefile')
-rw-r--r--t/rails3-app/Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/rails3-app/Rakefile b/t/rails3-app/Rakefile
deleted file mode 100644
index 9cb2046..0000000
--- a/t/rails3-app/Rakefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Add your own tasks in files placed in lib/tasks ending in .rake,
-# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
-
-require File.expand_path('../config/application', __FILE__)
-
-require 'rake'
-require 'rake/testtask'
-require 'rake/rdoctask'
-
-Rails::Application.load_tasks