We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadce0a commit c6effb2Copy full SHA for c6effb2
README.md
@@ -100,11 +100,11 @@ docker compose run --rm app bundle
100
Setup the database:
101
102
```bash
103
-docker compose run --rm app bash -c "cd spec/dummy && rails db:setup"
+docker compose run --rm app rails db:setup
104
```
105
106
Run the RSpec tests:
107
108
109
-docker compose run --rm app bundle exec rspec
+docker compose run --rm app rspec
110
docs/development/dev-setup.md
@@ -41,5 +41,5 @@ docker compose run --rm app rails db:setup
41
42
43
44
45
0 commit comments