CONTRIBUTING.md in zapata-0.1.4 vs CONTRIBUTING.md in zapata-0.1.5

- old
+ new

@@ -16,18 +16,18 @@ 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request To install, run: ```sh -git clone https://github.com/Nedomas/zapata cd zapata -bundle exec rake install +script/bootstrap ``` For specs: -1. ``cd spec/support/rails_test_app && bundle update`` -2. ``cd ../../..`` -3. Run: ```sh +script/test + +# or + bundle exec rspec --pattern "spec/*_spec.rb" ```