ruby/spec is a test suite for the behavior of the Ruby programming language. The utility to run the test suite is called MSpec and is very similar to RSpec 2.
When I started, I was super reluctant to speak up or mention things I’d noticed whereas now, I am a (possibly annoyingly) vocal person on our team. Here are the lessons I’ve learned that I hope will help others in a similar position.
We discuss different ways in which servers can improve processor utilization and how these different approaches affect application code. We show that fibers require minimal changes to existing application code and are thus a good approach for retrofitting existing systems.