From 03b18410071f4e8a9a2daff13e02881e5f1a1c12 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 17 Sep 2018 17:48:32 -0700 Subject: Add dummy app for testing --- test/dummy/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/dummy/Rakefile (limited to 'test/dummy/Rakefile') diff --git a/test/dummy/Rakefile b/test/dummy/Rakefile new file mode 100644 index 0000000000..e85f913914 --- /dev/null +++ b/test/dummy/Rakefile @@ -0,0 +1,6 @@ +# 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_relative 'config/application' + +Rails.application.load_tasks -- cgit v1.2.3