My java web application is running on tomcat at http://localhost:8080/
Writing my first spec, home_spec:
require \'spec_helper\' d
First check it out
If you are not success,
Add this code your end of the your spec helper actually out of the RSpec.configure block as well
module ::RSpec::Core class ExampleGroup include Capybara::DSL include Capybara::RSpecMatchers end end