Skip to content

Commit 3cf993f

Browse files
committed
Drop automatically-added spec_helper requires
1 parent 0b88ef6 commit 3cf993f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spec/controllers/admin/invitations_controller_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "spec_helper"
2-
31
RSpec.describe Admin::InvitationsController, type: :controller do
42
let(:invitation) { Fabricate(:student_workshop_invitation) }
53
let(:workshop) { invitation.workshop }

spec/controllers/auth_services_controller_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "spec_helper"
2-
31
RSpec.describe AuthServicesController, type: :controller do
42
describe "GET #new" do
53
it "redirects when referer is missing" do

0 commit comments

Comments
 (0)