Capybara feature specs template
require'rails_helper' feature 'myfeature' do background do # add setup details end scenario 'my first test' do # write the example! end end