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
+1 -1
View File
@@ -27,7 +27,7 @@
#++
require 'spec_helper'
describe GroupsController do
RSpec.describe GroupsController do
let(:group) { create(:group, members: group_members) }
let(:group_members) { [] }