Fixes RSpecRailsInferredSpecType offense in api v0

This commit is contained in:
cyrillefr
2025-05-19 09:05:40 +02:00
parent 60413c2a12
commit 90d8d9fc30
18 changed files with 18 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
require 'spec_helper'
module Api
RSpec.describe V0::OrdersController, type: :controller do
RSpec.describe V0::OrdersController do
include AuthenticationHelper
render_views