Skip to content

Update rubocop-rspec 2.23.2 → 2.24.1 (minor) #299

Update rubocop-rspec 2.23.2 → 2.24.1 (minor)

Update rubocop-rspec 2.23.2 → 2.24.1 (minor) #299

Workflow file for this run

name: Specs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
spec:
runs-on: ubuntu-latest
name: spec
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: |
cp dotenv.example .env
bundle exec rspec --color --format documentation