Reddit Reddit reviews The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends (Facets of Ruby)

We found 3 Reddit comments about The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends (Facets of Ruby). Here are the top ones, ranked by their Reddit score.

Business & Money
Books
Business Management & Leadership
Quality Control
Quality Control & Management
The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends (Facets of Ruby)
ISBN13: 9781934356371Condition: NewNotes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Check price on Amazon

3 Reddit comments about The RSpec Book: Behaviour Driven Development with RSpec, Cucumber, and Friends (Facets of Ruby):

u/JaharNarishma · 3 pointsr/ruby

The RSpec Book is what I used when I first starting learning how to test. It's a great book that covers not just how to test plain ol' ruby, but also TDD/BDD methodology. The syntax is a little dated, but it's super easy to find and learn the new syntax. PDFs are also floating around online if you don't care to buy it (although it's definitely worth the money for a used copy IMO).

u/alexcp · 2 pointsr/learnprogramming

These two are the most recommend for beginners

The Ruby Programming Language

Agile Web Development with Rails


More advanced topics:

Metaprogramming Ruby

The Rspec Book

u/Hazz3r · 2 pointsr/rails

My company uses RSpec. I was introduced using Chelimsky's The RSpec Book. It touches not only on RSpec but Cucumber and Behaviour Driven Development. It's a solid technical document and would probably serve you well!