I have an app which makes AJAX calls on certain events (e.g. .click). Is there a way to "listen" to real AJAX requests from feature specswith Capybara / Selenium?
I tried the Teaspoon gem, but apparently its only allowing accessing fixture URLs (as per this SO).