mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:39:32 +08:00
DEV: Apply syntax_tree formatting to spec/*
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe SiteSettings::LocalProcessProvider do
|
||||
|
||||
def expect_same_setting(actual, expected)
|
||||
expect(actual.name).to eq(expected.name)
|
||||
expect(actual.value).to eq(expected.value)
|
||||
|
Reference in New Issue
Block a user