Skip to content

Bump rspec-mocks from 3.12.5 to 3.12.6 #616

Bump rspec-mocks from 3.12.5 to 3.12.6

Bump rspec-mocks from 3.12.5 to 3.12.6 #616

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7.x', '2.6.x']
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install bundler
run: gem install bundler
- name: Install dependencies
run: bundle install --jobs 4
- name: Run test
run: bundle exec rspec