Skip to content

Fix shoulda-matchers typo in guide and test (#1225) #673

Fix shoulda-matchers typo in guide and test (#1225)

Fix shoulda-matchers typo in guide and test (#1225) #673

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Lint
run: bin/rails standard
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bin/rails test