Difference between revisions of "Rails:Tests"
Jump to navigation
Jump to search
(→RSpec) |
|||
Line 1: | Line 1: | ||
− | return to [[Rails]] | + | return to [[Ruby-on-Rails]] |
== RSpec == | == RSpec == |
Latest revision as of 10:06, 13 November 2020
return to Ruby-on-Rails
RSpec
I know RSpec is standard testing package for most the Rails community but I had been a long-time Minitest user because it was the default package. However, the engineers on my last team showed me the way with RSpec and now I'm a convert.
I've found these resources especially helpful: