Skip to content

Commit

Permalink
Added require 'shellwords' to not cause flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Aug 5, 2024
1 parent aa7c285 commit 6f6ce3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/tracing/contrib/graphql/loading_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'shellwords'

RSpec.describe 'loading graphql' do
context 'then datadog' do
let(:code) do
Expand Down

0 comments on commit 6f6ce3e

Please sign in to comment.