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