From 295da89d3dc4628d57283c44dfefe3b2d5373837 Mon Sep 17 00:00:00 2001 From: archanaserver Date: Tue, 16 Jan 2024 13:51:54 +0530 Subject: [PATCH] Remove APP_RAKEFILE assignment The `APP_RAKEFILE` constant was previously used to specify the location of a Rakefile in a test/dummy directory, but it is no longer needed. --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 074bc506..eb7e5f93 100755 --- a/Rakefile +++ b/Rakefile @@ -20,9 +20,6 @@ RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_files.include('lib/**/*.rb') end -APP_RAKEFILE = File.expand_path('test/dummy/Rakefile', __dir__) -load 'rails/tasks/engine.rake' - Bundler::GemHelper.install_tasks require 'rake/testtask'