Skip to content

Commit

Permalink
remove superfluous requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 15, 2024
1 parent 6f761e1 commit ff1fc3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/factories/release_descriptor.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# frozen_string_literal: true

require 'rubygems/package'
require 'minitar'
require 'zlib'

FactoryBot.define do
factory :release_descriptor, aliases: %i[descriptor] do
initialize_with { new(**attributes.reject { _2 in NIL_ACCOUNT | NIL_ENVIRONMENT }) }
Expand Down

0 comments on commit ff1fc3e

Please sign in to comment.