From f55becab9b213ff2f97880181b451043f671ef0b Mon Sep 17 00:00:00 2001 From: Kartones Date: Tue, 3 Nov 2015 11:30:05 +0100 Subject: [PATCH] Remark that we have more than one makefile --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f196de46e..a99fbb7b17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,7 @@ _Don't forget to restart Rails after you have modified `config/app_config.yml`._ Backend is a Rails 3 application, there's no specific workflow you must follow to run it. -Every PR should be covered by tests. If you create a new file please add it to `Makefile`. Useful commands: +Every PR should be covered by tests. If you create a new file please add it to `Makefiles`. Useful commands: - `make check`: prepare the test database and run the full suite (takes a while). - `make prepare-test-db`: prepare the test database. - `bundle exec rspec `: run a spec.