Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 646 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 646 Bytes

distrib-core

This is a common core module for *-distrib runners. At this point for rspec-distrib.

Installation

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

Getting started

bundle install
bundle exec rspec
bundle exec rubocop

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The gem is available as open source under the terms of the MIT License.