Skip to content

Commit

Permalink
Kapitulation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWalkingLeek committed Sep 19, 2024
1 parent 63133ae commit ad73657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/hitobito_tenants/apartment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# Rails will use to connect to your database.
#
# At the time of this writing, the pool-size is 20
config.parallel_migration_threads = 15
config.parallel_migration_threads = 0
end

module Apartment
Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
ENV['RAILS_USE_TEST_GROUPS'] = 'true'
ENV['RAILS_HOST_NAME'] = 'hitobito.local'

require File.expand_path("../../hitobito/config/environment", __dir__)
require "rspec/rails"

require File.join(ENV['APP_ROOT'], 'spec', 'spec_helper.rb')

ActiveRecord::Migration.suppress_messages do
Expand Down

0 comments on commit ad73657

Please sign in to comment.