Skip to content

Commit 7dfb252

Browse files
committed
update Readme
1 parent 2b0fdbd commit 7dfb252

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

Readme.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,9 @@ Note that you may need to run `spring stop` first.
108108

109109
# Developing and Testing
110110

111-
This repo uses [Roadshow] to generate a [Docker Compose] file for each
112-
supported version of Rails (with a compatible version of Ruby for each one).
111+
Requirements: docker or podman with docker compatibility layer.
113112

114-
To run specs across all versions, you can either [get the Roadshow tool] and
115-
run `roadshow run`, or use Docker Compose directly:
116-
117-
```
118-
$ for fn in scenarios/*.docker-compose.yml; do docker-compose -f $fn run --rm scenario; done
119-
```
120-
121-
You can also manually run the Rails console and server on each version with
122-
`roadshow run rake console` and `roadshow run rake server`, or run them on a
123-
specific version with, e.g., `roadshow run -s rails40 rake console`.
124-
125-
To update the set of scenarios, edit `scenarios.yml` and run `roadshow
126-
generate`, although the Gemfiles in the `scenarios` directory need to be
127-
maintained manually.
128-
129-
[Roadshow]: https://github.com/rf-/roadshow
130-
[Docker Compose]: https://docs.docker.com/compose/
131-
[get the Roadshow tool]: https://github.com/rf-/roadshow/releases
113+
To run the test suite against supported Ruby and Rails versions, run `bin/test`.
132114

133115
# Alternative
134116

0 commit comments

Comments
 (0)