mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
collapse some slow tests
This commit is contained in:
parent
aea988a447
commit
2843f1cf4b
|
@ -30,13 +30,7 @@ describe "Stores incoming links" do
|
|||
before do
|
||||
get topic.relative_url + "/1", nil, {'HTTP_REFERER' => "http://google.com/search"}
|
||||
@last_link = IncomingLink.last
|
||||
end
|
||||
|
||||
it 'should have the proper topic_id' do
|
||||
@last_link.topic_id.should == topic.id
|
||||
end
|
||||
|
||||
it 'should have the proper topic_id' do
|
||||
@last_link.post_number.should == 1
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user