My java web application is running on tomcat at http://localhost:8080/
Writing my first spec, home_spec:
require \'spec_helper\' d
1) Add to ‘rails_helper’ config:
config.include Capybara::DSL config.include Capybara::RSpecMatchers And comment out the `require 'spec_helper'` line.
2) Add to 'spec_helper':
require 'rails_helper'