Skip to content

Update rubocop-rspec to version 3.2.0 (#155) #417

Update rubocop-rspec to version 3.2.0 (#155)

Update rubocop-rspec to version 3.2.0 (#155) #417

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
spec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- uses: browser-actions/setup-firefox@latest
- name: Run tests
run: bundle exec rspec