DEV: Move imap_helper to spec/support directory (#14776)

This commit is contained in:
Jarek Radosz
2021-10-29 20:46:25 +02:00
committed by GitHub
parent d760c86031
commit ab374fff72
3 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
require 'rails_helper'
require_relative '../components/imap/imap_helper'
describe Group do
let(:admin) { Fabricate(:admin) }