mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Enable "zero monkey patching" mode in RSpec (#31614)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
describe Admin::SystemCheck::Message do
|
||||
RSpec.describe Admin::SystemCheck::Message do
|
||||
subject(:check) { described_class.new(:key_value, :value_value, :action_value, :critical_value) }
|
||||
|
||||
it 'providers readers when initialized' do
|
||||
|
||||
Reference in New Issue
Block a user