adds scss-lint to readme files
This commit is contained in:
@@ -47,7 +47,6 @@ RAILS_ENV=test rake db:setup
|
|||||||
Run the app locally:
|
Run the app locally:
|
||||||
```
|
```
|
||||||
bin/rails s
|
bin/rails s
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Prerequisites for testing: install PhantomJS >= 1.9.8
|
Prerequisites for testing: install PhantomJS >= 1.9.8
|
||||||
@@ -58,6 +57,12 @@ Run the tests with:
|
|||||||
bin/rspec
|
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:
|
You can use the default admin user from the seeds file:
|
||||||
|
|
||||||
**user:** admin@consul.dev
|
**user:** admin@consul.dev
|
||||||
|
|||||||
@@ -58,6 +58,12 @@ Para ejecutar los tests:
|
|||||||
bin/rspec
|
bin/rspec
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Si añades código SCSS puedes revisarlo con:
|
||||||
|
|
||||||
|
```
|
||||||
|
scss-lint
|
||||||
|
```
|
||||||
|
|
||||||
Puedes usar el usuario administrador por defecto del fichero seeds:
|
Puedes usar el usuario administrador por defecto del fichero seeds:
|
||||||
|
|
||||||
**user:** admin@consul.dev
|
**user:** admin@consul.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user