I hereby claim:
- I am ardecvz on github.
- I am ardecvz (https://keybase.io/ardecvz) on keybase.
- I have a public key ASBzpk2uJ4ifi3Y4WJgw_Mig92jT5U-MfiTOb6Fswzqj9go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
├── bin
│ └── console
├── config
│ └── evil_martians_api.yml
├── lib
│ ├── evil_martians_api
│ │ ├── api
│ │ │ └── developers.rb
│ │ ├── client
# frozen_string_literal: true | |
# A VCR trick to include preparation and cleanup phases for external services | |
# directly within the test files (the phases run ONLY when recording cassettes): | |
# | |
# RSpec.describe EvilMartiansAPI::Client, vcr: true do | |
# let(:client) { described_class.new } | |
# | |
# let(:developer_team_number) { 42 } | |
# |