What is the most accurate type of test for testing the normal ruby class (PORO) with rspec - in my case it is a service. Normally I would use the test :model .
But just for the sake of idiomatic testing: is there a way to have an rspec test that is thinner than type :model ?
source share