Skip to content

Commit

Permalink
Remove unused controller stub from spec
Browse files Browse the repository at this point in the history
This was causing brakeman to fail, but it's not used.
  • Loading branch information
Fryguy committed Sep 18, 2024
1 parent 8704c97 commit 263193b
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 263193b

Please sign in to comment.