Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# Migrations Tooling
## Development
### Running tests
You need to execute `rspec` in the root of the project.
```bash
bin/rspec --default-path migrations/spec
```