Skip to content

Commit

Permalink
Remove APP_RAKEFILE assignment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
archanaserver committed Jan 16, 2024
1 parent 0908dc5 commit 6d80c51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6d80c51

Please sign in to comment.