From b68b7ca4006fff612e39e1b9df41c9bff90ec1f7 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter Date: Tue, 26 Feb 2019 16:24:30 +0100 Subject: [PATCH] Rephrase description of the "rspec spec" command This might seem a bit stupid, but I got bitten by this today - I was under the impression the command is required to make the changes visible in the running app (despite the section above saying it isn't). Hopefully this helps any potential contributor to get their mind sorted better than mine. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 925606f9..c846a8da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over 1. Check out your OSEM rails app. You can access the app at http://localhost:3000. Whatever you change in your cloned repository will have effect in the development environment. Sign up, the first user will be automatically assigned the admin role. -1. Changed something? Test your changes! +1. Changed something? Run the tests to verify your changes! ```bash docker-compose run --rm osem bundle exec rspec spec ```