diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 5a95c5390f..c6307fcbc5 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -72,7 +72,7 @@ Tests, both unit and integration, are based on RSpec. To run the test suite, fir Then the tests can be run with: bundle exec rspec spec - + Note: If your OS is not explicitly supported in the setup guides then not all tests may pass. However, you may still be able to develop. Get in touch with the [#dev][slack-dev] channel on Slack to troubleshoot issues and determine if they will preclude you from contributing to OFN. Additionally, make sure that the time zone on your machine matches the one defined in `config/application.yml` (it should be Melbourne). Setting your machine's time zone to any other zone has the potential to cause test failures. @@ -113,7 +113,6 @@ $ createdb open_food_network_test --owner=ofn ``` If these commands succeed, you should be able to [continue the setup process](#get-it-running). -### Resources [developer-wiki]: https://github.com/openfoodfoundation/openfoodnetwork/wiki [sierra]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/Development-Environment-Setup:-macOS-(Sierra) [el-capitan]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/Development-Environment-Setup:-OS-X-(El-Capitan) @@ -123,4 +122,3 @@ If these commands succeed, you should be able to [continue the setup process](#g [rubocop]: https://rubocop.readthedocs.io/en/latest/ [karma]: https://github.com/openfoodfoundation/openfoodnetwork/wiki/Karma [slack-dev]: https://openfoodnetwork.slack.com/messages/C2GQ45KNU -