Is it possible to monitor real AJAX requests in feature specs using Capybara/Selenium while my app is making AJAX calls on specific events like .click
?
I attempted to utilize the Teaspoon gem
, but it seems to only allow access to fixture URLs (as mentioned here SO).