Skip to content

Update configure method to accept headers parameter. Update gem versi… #25

Update configure method to accept headers parameter. Update gem versi…

Update configure method to accept headers parameter. Update gem versi… #25

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec