Add features and request specs covering the AB claim flow written in #272.
This change also adds the TRS::FakeAPIClient which lets us get past the stage in the flow where we need to check TRS for someone's data. We should probably enable the fake client in development by default to ease testing.
Add features and request specs covering the AB claim flow written in #272.
This change also adds the
TRS::FakeAPIClient
which lets us get past the stage in the flow where we need to check TRS for someone's data. We should probably enable the fake client in development by default to ease testing.Fixes #265