mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
Fixes step 5 instruction in backend api ruby testing
This commit is contained in:
parent
e088114b17
commit
b54fadc75f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user