discourse/migrations/README.md

12 lines
167 B
Markdown

# Migrations Tooling
## Development
### Running tests
You need to execute `rspec` in the root of the project.
```bash
bin/rspec --default-path migrations/spec
```