Testing Your Ruby Code With Guard, RSpec & Pry: Part 2Continue learning test-driven development in Ruby with Guard, RSpec and Pry.
Testing Your Ruby Code With Guard, RSpec & PryLearn the basics of test-driven development in Ruby along with many common web development tools such as Guard, RSpec, and Pry, among others.
Guard is Your Best Friend A common argument against using preprocessors, like Sass, is that they introduce too much complexity, and are difficult to get started with. Especially...