File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments