This is a common core module for *-distrib runners. At this point for rspec-distrib.
Add the gem to the application's Gemfile:
git '[email protected]:toptal/test-distrib.git', branch: 'main' do
gem 'distrib-core', require: false, group: [:test]
end
bundle install
bundle exec rspec
bundle exec rubocop
Bug reports and pull requests are welcome on GitHub.
The gem is available as open source under the terms of the MIT License.