Enable RSpec zero monkey patching mode

The plan for RSpec 4.0 is to disable monkey patching.

See https://github.com/rspec/rspec-core/blob/main/features/configuration/zero_monkey_patching_mode.feature for details.
This commit is contained in:
Christophe Bliard
2023-05-31 12:15:15 +02:00
committed by Oliver Günther
parent 5e465af185
commit 4c2a9d0aa8
1933 changed files with 2301 additions and 2328 deletions
@@ -28,7 +28,7 @@
require 'spec_helper'
describe ApplicationController do
RSpec.describe ApplicationController do
let(:user) { create(:user, lastname: "Crazy! Name with \r\n Newline") }
# Fake controller to test calling an action