Skip to content

Update rspec to version 3.13.0 #347

Update rspec to version 3.13.0

Update rspec to version 3.13.0 #347

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