Skip to content

Fix rspec output and warnings #76

Fix rspec output and warnings

Fix rspec output and warnings #76

Workflow file for this run

name: Unit Tests
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
GH_ACTIONS_UNIT_TESTS: 1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# Not needed with a .ruby-version file
ruby-version: 2.7
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run RSpec tests
run: |
bundle exec rspec