Skip to content

Adds method for get_treatment_with_config, see comment: https://githu… #184

Adds method for get_treatment_with_config, see comment: https://githu…

Adds method for get_treatment_with_config, see comment: https://githu… #184

Workflow file for this run

on: [push]
name: Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec