Skip to content

Commit

Permalink
Refs #38006 - Make it rails7-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Dec 3, 2024
1 parent 18aef07 commit 3881e02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/controllers/api/v2/compliance/scap_contents_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'foreman_openscap/bulk_upload'

module Api::V2
module Compliance
class ScapContentsController < ::Api::V2::BaseController
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion lib/tasks/foreman_openscap_tasks.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Tasks
namespace :foreman_openscap do
require 'foreman_openscap/bulk_upload'
require 'foreman_openscap/message_cleaner'

namespace :bulk_upload do
Expand Down
1 change: 0 additions & 1 deletion test/lib/foreman_openscap/bulk_upload_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

class BulkUploadTest < ActiveSupport::TestCase
setup do
require 'foreman_openscap/bulk_upload'
ForemanOpenscap::ScapContent.all.map(&:destroy)
end

Expand Down

0 comments on commit 3881e02

Please sign in to comment.