RSpec 3 configuration has disable_monkey_patching! option that removes monkey patching of the methods like describe and shared_examples_for onto main and Module. This should be default in RSpec 4.
This change will require update for existing specs on apps, but transpec gem might help with that.
I would be happy to know your thought on this one. Thank you for doing awesome job! :smile:
RSpec 3 configuration has
disable_monkey_patching!
option that removes monkey patching of the methods likedescribe
andshared_examples_for
ontomain
andModule
. This should be default in RSpec 4.This change will require update for existing specs on apps, but transpec gem might help with that.
I would be happy to know your thought on this one. Thank you for doing awesome job! :smile: