mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
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:
committed by
Oliver Günther
parent
5e465af185
commit
4c2a9d0aa8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user