mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Update rubocop-discourse to latest version
The lastest version of rubocop-discourse enables rules regarding plugins.
This commit is contained in:
committed by
Loïc Guitaut
parent
7a6ba47e7b
commit
f7d7092a7a
@@ -1,8 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "Group activity", type: :system do
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
fab!(:group) { Fabricate(:group) }
|
||||
fab!(:user)
|
||||
fab!(:group)
|
||||
|
||||
context "when on the posts activity page" do
|
||||
let(:posts_page) { PageObjects::Pages::GroupActivityPosts.new }
|
||||
|
||||
Reference in New Issue
Block a user