Repository dedicated to starting the studies about the Capybara framework with the course "Capybara do ZERO ao Ninja" from https://www.qaninja.io/ . In this course is used rspec as well.
- to run the tests is possibly specified the file like: rspec spec\login_form_spec.rb
- or putting a tag on one file or test: rpsec --tag @drop