An example app to indicate a problem with RSpec and decoration.
To see the problem, run ‘bundle exec rspec`. The first spec (’uses DecoratedUser#name’) will fail, while the other two will pass.
Example of a SystemStackError from RSpec and decoration not working together
Ruby