Useful RSpec trick for testing method with arguments
This blog post shows how to test complicated methods with arguments in a concise and idiomatic way. It also provides some philosophical arguments on “one-assertion-per-test” practice and RSpec code styles.
Post a comment