serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 25 forks source link

Remove `json` gem explicit dependency #54

Closed ilyazub closed 4 months ago

ilyazub commented 4 months ago

Reverts https://github.com/serpapi/turbo_tests/pull/49 because ostruct dependency was removed in https://github.com/serpapi/turbo_tests/pull/53.

Ruby-core tests were failing with the json gem dependency in turbo_tests (ref: https://github.com/ruby/ruby/pull/10496#issuecomment-2059313556). Tests are passing with the changes from this PR.