Skip to content

Commit

Permalink
Remove registrant_area tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yulgolem committed Mar 5, 2021
1 parent 8043612 commit b34c011
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 48 deletions.
10 changes: 5 additions & 5 deletions app/models/contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class Contact < ApplicationRecord
include Versions # version/contact_version.rb
include EppErrors
include UserEvents
include Concerns::Contact::Transferable
include Concerns::Contact::Identical
include Concerns::Contact::Disclosable
include Concerns::Contact::Archivable
include Concerns::EmailVerifable
include ::Concerns::Contact::Transferable
include ::Concerns::Contact::Identical
include ::Concerns::Contact::Disclosable
include ::Concerns::Contact::Archivable
include ::Concerns::EmailVerifable

belongs_to :original, class_name: self.name
belongs_to :registrar, required: true
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
module DomainNameRegistry
class Application < Rails::Application
config.load_defaults 6.0
config.autoloader = :classic # Do not use zeitwerk for now
config.autoloader = :classic

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand Down
1 change: 1 addition & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:concurrency: 1
42 changes: 0 additions & 42 deletions test/system/registrant_area/domains/domain_delete_confirms_test.rb

This file was deleted.

0 comments on commit b34c011

Please sign in to comment.