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, 10 insertions, 0 deletions
diff --git a/t/rails3-app/Rakefile b/t/rails3-app/Rakefile
new file mode 100644
index 0000000..9cb2046
--- /dev/null
+++ b/t/rails3-app/Rakefile
@@ -0,0 +1,10 @@
+# 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