Skip to content

Commit 946a2ac

Browse files
committed
fix rake task
1 parent 4c74c7e commit 946a2ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ Rake::TestTask.new do |t|
1616
t.verbose = true
1717
end
1818

19-
# Load Rails tasks from dummy app to get db:test:prepare
20-
APP_RAKEFILE = File.expand_path('test/dummy/Rakefile', __dir__)
21-
load 'rails/tasks/engine.rake' if File.exist?(APP_RAKEFILE)
2219

2320
task default: :test

0 commit comments

Comments
 (0)