Remove unneeded require
This commit is contained in:
parent
4489b9d4fe
commit
1e0fa0a0c7
|
@ -78,6 +78,8 @@
|
|||
|
||||
.assign-suggestions {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
img {
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
require_relative '../support/assign_allowed_group'
|
||||
|
||||
RSpec.describe DiscourseAssign::AssignController do
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
require_relative '../support/assign_allowed_group'
|
||||
|
||||
RSpec.describe TopicViewSerializer do
|
||||
|
|
Loading…
Reference in New Issue