Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 857 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 857 Bytes

Testing In Rails with Capybara

In this tutorial, we will go over the multiple ways we can test in Rails. The focus will be on Capybara testing with some more complex unit testing.

Once again, Suya and Vendors will be our focus.

Instructions.

This is the master branch. To start learning, switch over to another Github branch and follow the instrucitons.

  1. If you want to learn about Capybara Testing with some unit testing and the launchy gem, switch over to branch 1-capybara-testing-with-tdd
  2. For more advanced capybara testing, switch over to branch 2-capybara-advanced
  3. If you want to learn about Paperclip uploads and testing, switch over to 3-paperclip-uploads-and-testing

Good luck! If you have any questions, feel free to contact me.

This tutorial is written by: Jeffrey Wan