Skip to content

version bump

version bump #43

Workflow file for this run

name: rspec
on:
- push
- pull_request
jobs:
test:
name: Run Rspec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle install
- run: rspec spec