README.md in arel_toolkit-0.4.5 vs README.md in arel_toolkit-0.4.6
- old
+ new
@@ -141,10 +141,16 @@
This gem aims to have full support for PostgreSQL's SQL. In order to do so, it needs to add missing Arel nodes and extends the existing visitors. A full list of extensions on Arel can be found here: [lib/arel/extensions](https://github.com/mvgijssel/arel_toolkit/tree/master/lib/arel/extensions).
## Development
-After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`.
+1. Check out the repo
+1. Run `bin/setup` to install dependencies.
+1. Start the postgres database `docker compose up`
+1. Run `bundle exec rspec` to run the tests
+1. Run `bundle exec appraisal rspec` to run the tests for the different gem sets
+
+You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`.
## Releasing
1. Update version in `version.rb`
1. Create a new branch `v<<VERSION_HERE>>`