RSpec - The Bad Parts
Offered By: Ruby Central via YouTube
Course Description
Overview
Explore the pitfalls of RSpec in this insightful conference talk from RubyConf 2022. Delve into a realistic example spec to understand why certain RSpec features like let, subject, shared_examples, behaves like, and before can hinder test readability, navigation, and simplicity. Learn when the DRY principle may not be beneficial and discover alternative approaches to avoid repetition without relying on RSpec's built-in DSL methods. Conclude by identifying the most effective aspects of RSpec, focusing on "The Good Parts" that truly enhance your testing experience.
Syllabus
RubyConf 2022: RSpec: The Bad Parts by Caleb Hearth
Taught by
Ruby Central
Related Courses
Performance Does - Not - MatterRuby Central via YouTube Solidarity not Charity and Collective Liberation
Ruby Central via YouTube Eclectics Unite - Leverage Your Diverse Background
Ruby Central via YouTube What Does "High Priority" Mean? The Secret to Happy Queues
Ruby Central via YouTube Splitting - The Crucial Optimization for Ruby Blocks
Ruby Central via YouTube