I have a Rails 4.2 app using Devise. I had to customize the Registrations
controller in #create
, and whenever i run my feature specs, i keep getting the error:
Errno::EADDRNOTAVAIL: Cant assign requested address - connect(2) for nil port 0
I'm out of ideas. What's going on? All my devise controller specs work fine, testing manually works fine, but what configuration remains?
My feature spec: /spec/features/visitor/visitor_can_signup_spec.rb
Thanks in advanced!