![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.30. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
:source-highlighter: highlightjs rspec-tools: Tools automating RSPEC workflows ============================================= Install ------- .Install Pipenv [source,shell] ---- # macos $ brew install pipenv ---- .Install rspec-tools [source,shell] ---- $ cd rspec-tools $ pipenv install -e . ---- Usage ----- .See all commands [source,sh] ---- $ rspec-tools --help ---- Development ----------- .Install dev dependencies [source,sh] ---- $ pipenv install --dev -e . ---- .Run tests [source,sh] ---- $ pytest ----