ku1ik / rainbow

Ruby gem for colorizing printed text on ANSI terminals
MIT License
813 stars 68 forks source link

RSpec: disable monkey patching #78

Closed olleolleolle closed 6 years ago

olleolleolle commented 6 years ago

This PR configures RSpec to use its zero-monkey-patching mode.

The code changes are to use RSpec.describe and RSpec.shared_examples_for.

ku1ik commented 6 years ago

Awesome, I was thinking about that too :+1: