I am creating a sample application for rspec testing, and I followed the below steps In Gemfile:
gem \"rspec-rails\", :group => [:test, :
Got working after including the capybara dsl to spec helper
config.include Capybara::DSL