When i run my features i get this error:
undefined method `visit\' for # (NoMethodError)
This is the r
Paul Nelligan try adding this to env.rb to fix the error : "no such file to load -- action_controller/integration"
World(Webrat::Methods) World(Webrat::Matchers)