We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace2366 commit ac4248dCopy full SHA for ac4248d
1 file changed
spec/controllers/admin/workshop_invitation_logs_controller_spec.rb
@@ -1,4 +1,4 @@
1
-RSpec.describe Admin::WorkshopInvitationLogsController, type: :controller do
+RSpec.describe Admin::WorkshopInvitationLogsController do
2
let(:workshop) { Fabricate(:workshop) }
3
let(:admin) { Fabricate(:member).tap { |m| m.add_role(:admin) } }
4
let(:regular_member) { Fabricate(:member) }
0 commit comments