File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -700,6 +700,24 @@ Contributions are welcome! Please fork this repo and send a pull request. Your p
700
700
Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
701
701
required. The commits will be squashed into master once accepted.
702
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
+ ` ` ` shell
713
+ appraisal rake
714
+ ` ` `
715
+
716
+ - For more info on appraisal:
717
+ ` ` ` shell
718
+ appraisal help
719
+ ` ` `
720
+
703
721
## Changelog
704
722
705
723
See [changelog](https://github.com/JsonApiClient/json_api_client/blob/master/CHANGELOG.md)
You can’t perform that action at this time.
0 commit comments