From b54fadc75f00171043f54c41bdeb4af92358386e Mon Sep 17 00:00:00 2001 From: Maxi Redigonda Date: Tue, 20 Feb 2018 10:18:42 -0300 Subject: [PATCH] Fixes step 5 instruction in backend api ruby testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11bde2a..05077543 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Just as there is a `gulp dev` task for development, there is also a `gulp prod` 2. Install MySQL dev dependencies: `sudo apt-get install libmysqlclient-dev libmysqlclient16 ruby-dev` 3. Install bundle: `sudo gem install bundler` 4. Go to tests folder: `cd opensupports/tests` -5. Install project dependencies: `sudo gem install bundler` +5. Install project dependencies: `bundle install` Tests can run by using executing the `run-tests.sh` file. ##### BACKEND FAKE SMTP SERVER