uohzxela / clean-code-ruby

🛁 Clean Code concepts adapted for Ruby
MIT License
1.59k stars 158 forks source link

Testing : Ruby's own testing tool #16

Closed loranger32 closed 5 years ago

loranger32 commented 5 years ago

Hi,

Under the "Test" section you write : "There's no excuse to not write tests. Ruby comes with its own testing tool (RSpec) built right in.". I guess you meant Minitest ?

Great work, thanks !

Cheers.

guifabrin commented 5 years ago

I agree.

uohzxela commented 5 years ago

Ah yes, great catch. RSpec is not built-in actually. Will rephrase that part soon!