Skip to content

Commit

Permalink
Inline gemfile improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jan 3, 2025
1 parent 235e476 commit 9631a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/graphql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe GraphQL do
it "loads without warnings" do
stderr_and_stdout, _status = Open3.capture2e(%|ruby -Ilib -e "require 'bundler/inline'; gemfile { gem('fiber-storage'); gem('graphql', path: './') }; GraphQL.eager_load!"|)
stderr_and_stdout, _status = Open3.capture2e(%|ruby -Ilib -e "require 'bundler/inline'; gemfile(true) { source("https://rubygems.org"); gem('fiber-storage'); gem('graphql', path: './') }; GraphQL.eager_load!"|)
puts stderr_and_stdout
assert_equal "", stderr_and_stdout
end
Expand Down

0 comments on commit 9631a2d

Please sign in to comment.