mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 06:13:26 +08:00
PERF: finalize porting to new incoming links structure
This commit is contained in:
@ -2,8 +2,6 @@ require 'spec_helper'
|
||||
|
||||
describe IncomingLink do
|
||||
|
||||
it { should belong_to :topic }
|
||||
|
||||
let(:post) { Fabricate(:post) }
|
||||
let(:topic) { post.topic }
|
||||
|
||||
|
Reference in New Issue
Block a user