From 388c0cafb9f580478855f7da3b250f181b67b7ef Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 23 Jan 2024 22:46:16 +0900 Subject: [PATCH] Rails 5.2 requires this file to be here (?) --- test/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Rakefile diff --git a/test/Rakefile b/test/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/test/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