README.md in snap_ci-parallel_tests-0.0.1 vs README.md in snap_ci-parallel_tests-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ -# SnapCI::ParallelTests +# SnapCI::ParallelTests [![Build Status](https://snap-ci.com/snap-ci/parallel-tests/branch/master/build_image)](https://snap-ci.com/snap-ci/parallel-tests/branch/master) Run Test::Unit / RSpec in parallel across multiple workers on [Snap CI](https://snap-ci.com). ## Installation @@ -20,27 +20,27 @@ ## Setup for non-rails Depending on the framework of your choice - - $ bundle exec snap_ci-parallel_rspec [options] [files or directories] [-- [rspec options]] - $ bundle exec snap_ci-parallel_test [options] [files or directories] [-- [Test::Unit or MiniTest options]] + $ bundle exec snap-ci-parallel-rspec [options] [files or directories] [-- [rspec options]] + $ bundle exec snap-ci-parallel-test [options] [files or directories] [-- [Test::Unit or MiniTest options]] ## Setup for Rails -Ensure that 'parallel_tests' is present in your development group +Ensure that 'snap_ci-parallel_tests' is present in your development group ```ruby # Gemfile -gem "parallel_tests", :group => :development +gem "snap_ci-parallel_tests", :group => :development ``` ### Run - $ bundle exec snap_ci-parallel_rspec [options] [files or directories] [-- [rspec options]] - $ bundle exec snap_ci-parallel_test [options] [files or directories] [-- [Test::Unit or MiniTest options]] + $ bundle exec snap-ci-parallel-rspec [options] [files or directories] [-- [rspec options]] + $ bundle exec snap-ci-parallel-test [options] [files or directories] [-- [Test::Unit or MiniTest options]] Alternatively - ```shell $ bundle exec rake snap-parallel # to run all specs @@ -51,10 +51,10 @@ ## Contributing -1. Fork it ( https://github.com/[my-github-username]/snap_ci-parallel_tests/fork ) +1. Fork it ( https://github.com/[my-github-username]/parallel-tests/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request