KnapsackPro / knapsack_pro-ruby

Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests run in optimal time
https://knapsackpro.com
MIT License
131 stars 27 forks source link

refactor(integration tests): use stub instead of mock wording #245

Closed ArturT closed 6 months ago

ArturT commented 6 months ago

Related

Description

I forgot to apply suggestions to integration tests from a code review to the PR. This PR fixes that.

Changes