Rails:Tests

From Klenwell Wiki
Revision as of 11:06, 13 November 2020 by Klenwell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: