We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df8448 commit e96c5e1Copy full SHA for e96c5e1
1 file changed
README.md
@@ -700,6 +700,24 @@ Contributions are welcome! Please fork this repo and send a pull request. Your p
700
Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
701
required. The commits will be squashed into master once accepted.
702
703
+### Set up development locally
704
+
705
+- With a decent ruby version:
706
+ ```shell
707
+ bundle install
708
+ appraisal install
709
+ ```
710
711
+- Run all tests for that ruby version:
712
713
+ appraisal rake
714
715
716
+- For more info on appraisal:
717
718
+ appraisal help
719
720
721
## Changelog
722
723
See [changelog](https://github.com/JsonApiClient/json_api_client/blob/master/CHANGELOG.md)
0 commit comments