Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed May 14, 2024
1 parent 07072b9 commit c9a2998
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/require_encapsulation_check.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
REQUIRES = %w(
require 'English'
REQUIRES = %w[
datadog/appsec
datadog/core
datadog/kit
datadog/profiling
datadog/tracing
)
].freeze

RSpec.describe 'require encapsulation' do
before(:all) do
Expand All @@ -23,7 +24,7 @@
end

Process.waitpid(pid)
expect($?.exitstatus).to be 0
expect($CHILD_STATUS.exitstatus).to be 0
end
end
end
Expand Down

0 comments on commit c9a2998

Please sign in to comment.