mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Rubocop fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
RSpec.describe Admin::EnterprisesController, type: :request do
|
||||
RSpec.describe Admin::EnterprisesController do
|
||||
let(:admin) { create(:admin_user) }
|
||||
let(:enterprise) { create(:enterprise) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user