mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
Fix Hound warnings [SCI-2611][SCI-2612]
This commit is contained in:
parent
298b866df4
commit
dc2411c5ed
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "Api::V1::TeamsController", type: :request do
|
||||
RSpec.describe 'Api::V1::TeamsController', type: :request do
|
||||
before :all do
|
||||
@user = create(:user)
|
||||
@teams = create_list(:team, 3, created_by: @user)
|
||||
|
|
Loading…
Reference in a new issue