Skip to content

Commit

Permalink
Remove DB setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 10, 2024
1 parent 7e48a69 commit 13e7fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion test/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
$LOAD_PATH.unshift(File.expand_path("../../../lib", __dir__))

require "rails/all"
require "rails" # minimal, instead of "rails/all"

Bundler.require(*Rails.groups)

Expand Down
12 changes: 0 additions & 12 deletions test/dummy/config/database.yml

This file was deleted.

0 comments on commit 13e7fb1

Please sign in to comment.