Skip to content

fix exception when response is Rack::File::Iterator #41

fix exception when response is Rack::File::Iterator

fix exception when response is Rack::File::Iterator #41

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
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/rspec