Skip to content

Commit c6effb2

Browse files
committed
Adjust dev setup in readme and docs
1 parent fadce0a commit c6effb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ docker compose run --rm app bundle
100100
Setup the database:
101101

102102
```bash
103-
docker compose run --rm app bash -c "cd spec/dummy && rails db:setup"
103+
docker compose run --rm app rails db:setup
104104
```
105105

106106
Run the RSpec tests:
107107

108108
```bash
109-
docker compose run --rm app bundle exec rspec
109+
docker compose run --rm app rspec
110110
```

docs/development/dev-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ docker compose run --rm app rails db:setup
4141
Run the RSpec tests:
4242

4343
```bash
44-
docker compose run --rm app bundle exec rspec
44+
docker compose run --rm app rspec
4545
```

0 commit comments

Comments
 (0)