Skip to content

Fix syntax in specs, for Ruby 3+ #3

Fix syntax in specs, for Ruby 3+

Fix syntax in specs, for Ruby 3+ #3

Workflow file for this run

name: Tests
on: push
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '2.6'
- '2.7'
name: Ruby ${{ matrix.ruby }} RSpec
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rspec