ruby

Testing Your Ruby Code With Guard, RSpec & Pry: Part 2

By Mark McDonnell Welcome back! If you missed the first part of our journey so far, then you might want to go back and catch-up first. So far, we’ve applied a Test-Driven Development process to building our application, alongside utilizing the popular RSpec testing framework. From here, we’re going to investigate some other RSpec features […]