I am using Capybara 1.1.4 with poltergeist as PhantomJS driver. When I run this code on ruby:
visit('some_url')
I get 'about_blank'. It happens when I open specific dev environment. With other sites' urls it works great. Maybe someone knows how to fix it?