I\'m trying to use selenium for the first time in a rails 3 app. (I\'ve used it before with rails 2). I\'m in an rvm which of course has its own gemset.
I first r
In my specific case my problem was in evergreen (javascript rspec).
I added:
WebMock.disable_net_connect! :allow_localhost => true
To my environments/env*.rb because evergreen doesn't load rspec helpers.