mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
collapse some slow tests
This commit is contained in:
parent
aea988a447
commit
2843f1cf4b
1 changed files with 0 additions and 6 deletions
|
@ -30,13 +30,7 @@ describe "Stores incoming links" do
|
||||||
before do
|
before do
|
||||||
get topic.relative_url + "/1", nil, {'HTTP_REFERER' => "http://google.com/search"}
|
get topic.relative_url + "/1", nil, {'HTTP_REFERER' => "http://google.com/search"}
|
||||||
@last_link = IncomingLink.last
|
@last_link = IncomingLink.last
|
||||||
end
|
|
||||||
|
|
||||||
it 'should have the proper topic_id' do
|
|
||||||
@last_link.topic_id.should == topic.id
|
@last_link.topic_id.should == topic.id
|
||||||
end
|
|
||||||
|
|
||||||
it 'should have the proper topic_id' do
|
|
||||||
@last_link.post_number.should == 1
|
@last_link.post_number.should == 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue