Skip to content

Bump rspec from 3.12.0 to 3.13.0 (#37) #93

Bump rspec from 3.12.0 to 3.13.0 (#37)

Bump rspec from 3.12.0 to 3.13.0 (#37) #93

Workflow file for this run

name: ruby
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Run with fresh bundle
run: rm Gemfile.lock
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake spec