flexport / quarantine

Quarantine flaky Ruby Rspec tests
MIT License
65 stars 21 forks source link

Make database connection configurable via RSpec #22

Closed alekstorm closed 3 years ago

alekstorm commented 3 years ago

This makes it much easier to mock out in tests: all (or most) RSpec-specific logic is now isolated to the RSpecAdapter module. Also simplifies DynamoDB configuration.

alekstorm commented 3 years ago

Looks good to me! By any chance is there a higher-level doc/Slack thread that shows the other PRs in this series?

Yeah, it's pretty much just these.