Skip to content

Commit

Permalink
Remove DB setup [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 10, 2024
1 parent 7e48a69 commit c430822
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
/tmp/
/vendor/
*.log
test/dummy/storage/
test/dummy/tmp/
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 c430822

Please sign in to comment.