Media Summary: Testing has been a feature of the Ruby community for a long time. Why then are our spec files often so incomprehensible? Instance variables are a popular feature of the Ruby programming language, and many people enjoy using them. They are so ... Reaching for convenient code reuse in test suites is tempting, but it has its drawbacks as test suites grow organically into a spider ...
Rubyconf 2022 Rspec The Bad - Detailed Analysis & Overview
Testing has been a feature of the Ruby community for a long time. Why then are our spec files often so incomprehensible? Instance variables are a popular feature of the Ruby programming language, and many people enjoy using them. They are so ... Reaching for convenient code reuse in test suites is tempting, but it has its drawbacks as test suites grow organically into a spider ... If you've learned Ruby recently, you've likely been told to avoid using Ruby's metaprogramming features because they are ... Every 10 years, after the federal census, California and most other states redraw the lines of various electoral districts to attempt to ... I truly could not think of anyone better to end the
Taking the 737 to the Max by Nickolas Means Ten years ago, Boeing faced a difficult choice. The Airbus A320neo was racking up ... Blank Page Panic! Creating Confidence with TDD by Elayne Juten Have you ever stared at a blank feature spec file hoping for ... In this talk, we will go on a journey through Zappi's data history and how we are using Ruby, a graph database, and a bitmap store ... A Guided Read of Minitest by Nate Berkopec Minitest is a testing library of just 1500 lines of Ruby code. By comparison,