benessilfie / RSpec

This repository contains my notes and specs learning the Ruby testing framework: RSpec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effective Testing with RSpec 3

This respository contains my notes, examples, and exercises from the book Effective Testing with RSpec 3 by Myron Marston.

Learning Goals

  • Learn how to write effective tests using RSpec
  • Learn how to use RSpec to test Rails applications
  • Learn how to write clean and testable code.

Notes

  • Notes on Groups, Examples, and Expectations here
  • Notes on Customizing Spec Output here

Exercises

Author

About

This repository contains my notes and specs learning the Ruby testing framework: RSpec


Languages

Language:Ruby 100.0%