mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Fix RSpec/InferredSpecType cop (#24736)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Status, type: :model do
|
||||
RSpec.describe Status do
|
||||
subject { Fabricate(:status, account: alice) }
|
||||
|
||||
let(:alice) { Fabricate(:account, username: 'alice') }
|
||||
|
||||
Reference in New Issue
Block a user