Skip to content

Commit

Permalink
Merge pull request #9269 from Fryguy/fix_brakeman_issue
Browse files Browse the repository at this point in the history
Remove unused controller stub from spec
  • Loading branch information
jrafanie authored Sep 18, 2024
2 parents 8704c97 + 263193b commit ca4f900
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/controllers/mixins/generic_show_mixin_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
describe Mixins::GenericShowMixin do
class GenericShowMixinTestController < ActionController::Base
include Mixins::GenericShowMixin
end

describe '#nested_list' do
context 'displaying Service Templates thru Tenant textual summary' do
let(:controller) { OpsController.new }
Expand Down

0 comments on commit ca4f900

Please sign in to comment.