- Fork & Clone
- CD into app
rails new yourname-app -d postgresql
replace "yourname" with your actual name......- Add
rspec-rails
&&capybara
to your gemfile - Bundle
- Run
rails g rspec:install
- Write a capybara spec. Be creative, cover different types of input fields, buttons, links, etc.
- Push to your origin and submit a pull request