Testing Ruby decorators with super_method
When we write Ruby decorators often we need to override a simple method which returns a data set just to add a couple of fields. How can we test this scenario without writing complex specs? https://nebulab.it/blog/testing-decorators-with-super-method/
Post a comment