PERF: finalize porting to new incoming links structure

This commit is contained in:
Sam
2014-08-04 16:43:57 +10:00
parent 22768a4b68
commit 03c8f09be8
14 changed files with 145 additions and 23 deletions

View File

@ -2,8 +2,6 @@ require 'spec_helper'
describe IncomingLink do
it { should belong_to :topic }
let(:post) { Fabricate(:post) }
let(:topic) { post.topic }