DEV Community

Discussion on: Learn Ruby through Testing: Ruby Koans

Collapse
 
briankephart profile image
Brian Kephart

I used RubyKoans when I was first learning. I recommend them every chance I get. You do a great job presenting them here.

You mentioned understanding RSpec, but I thought the koans used MiniTest, which is bundled with the Ruby language. Am I mistaken about that? Or are there different versions?

Collapse
 
lberge17 profile image
Laura Berge

You are completely correct, RSpec has a completely different syntax as well. I definitely have more to learn about testing, especially in Ruby. Thanks for the catch! I will edit the post.