Fixes RSpecRailsInferredSpecType in base controllers

This commit is contained in:
cyrillefr
2025-05-19 09:29:47 +02:00
parent 90d8d9fc30
commit a7eb95afc5
14 changed files with 14 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe GroupsController, type: :controller do
RSpec.describe GroupsController do
render_views
let!(:enterprise) { create(:distributor_enterprise) }