Skip to content

Commit

Permalink
Remove unneeded require
Browse files Browse the repository at this point in the history
  • Loading branch information
nattsw committed Apr 25, 2022
1 parent 4489b9d commit ec07b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/stylesheets/assigns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@

.assign-suggestions {
margin-top: 15px;
margin-bottom: 15px;

img {
margin-right: 5px;
cursor: pointer;
Expand Down
1 change: 0 additions & 1 deletion spec/requests/assign_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'rails_helper'
require_relative '../support/assign_allowed_group'

RSpec.describe DiscourseAssign::AssignController do
Expand Down

0 comments on commit ec07b41

Please sign in to comment.