No known key found for this signature in database
GPG key ID:
4AEE18F83AFDEB23
369 changed files with
738 additions and
0 deletions
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::AccountModerationNotesController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::AccountsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::ChangeEmailsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::ConfirmationsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::CustomEmojisController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::Disputes::AppealsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::DomainAllowsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::DomainBlocksController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::ExportDomainAllowsController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::ExportDomainBlocksController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
RSpec.describe Admin::InstancesController, type: :controller do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::ReportNotesController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::Reports::ActionsController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::ReportsController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::ResetsController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::RolesController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::StatusesController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
|
|
describe Admin::Users::RolesController do
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
require 'rails_helper'
|
|
|
|
|
require 'webauthn/fake_client'
|
|
|
|
|
|
|
|
|
|
|