adds scss-lint to readme files

This commit is contained in:
decabeza
2017-06-16 12:22:21 +02:00
parent 76b7f66fb3
commit 65fa120929
2 changed files with 12 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ RAILS_ENV=test rake db:setup
Run the app locally:
```
bin/rails s
```
Prerequisites for testing: install PhantomJS >= 1.9.8
@@ -58,6 +57,12 @@ Run the tests with:
bin/rspec
```
If you add SCSS code you can check it with:
```
scss-lint
```
You can use the default admin user from the seeds file:
**user:** admin@consul.dev

View File

@@ -58,6 +58,12 @@ Para ejecutar los tests:
bin/rspec
```
Si añades código SCSS puedes revisarlo con:
```
scss-lint
```
Puedes usar el usuario administrador por defecto del fichero seeds:
**user:** admin@consul.dev