Use non-monkey patch describe in generators. by cupakromer · Pull Request #1052 · rspec/rspec-rails

In a concerted effort to keep monkey patching to a minimum. The default Rails spec generators should not use the monkey patched version of describe. Always using only the non-monkey patched RSpec.d...