Merge pull request #2561 from consul/master_spec_fails

Improve README code syntax
This commit is contained in:
Alberto Calderón Queimadelos
2018-03-28 09:18:51 +02:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ RAILS_ENV=test rake db:setup
Run the app locally:
```
```bash
bin/rails s
```
@@ -51,7 +51,7 @@ Prerequisites for testing: install ChromeDriver >= 2.33
Run the tests with:
```
```bash
bin/rspec
```