On of my projects is fairly javascript intensive, so I have a <noscript>
alert for users that might come in with Javascript disable on their browsers.
I'm trying to write a test for my test suite that just validates this behavior, but I can't figure out how to tell Capybara/Poltergeist (which I use for my feature tests) to disable javascript before making requests. I can't find anything clear in the documentation. Has anyone else run into something like this?