mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Rephrase description of the "rspec spec" command
This might seem a bit stupid, but I got bitten by this today - I was under the impression the command is required to make the changes visible in the running app (despite the section above saying it isn't). Hopefully this helps any potential contributor to get their mind sorted better than mine.
This commit is contained in:
parent
911c265c4f
commit
b68b7ca400
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over
|
|||
|
||||
1. Check out your OSEM rails app. You can access the app at http://localhost:3000. Whatever you change in your cloned repository will have effect in the development environment. Sign up, the first user will be automatically assigned the admin role.
|
||||
|
||||
1. Changed something? Test your changes!
|
||||
1. Changed something? Run the tests to verify your changes!
|
||||
```bash
|
||||
docker-compose run --rm osem bundle exec rspec spec
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue