Rails Capybara Test a React Component with Third Party Service
I am trying to do a rspec feature test to test interactions on a react component. In the component, it imports and uses a third party service. This causes the issue that the react component pings directly to the real service when testing.