From 2843f1cf4b9919ba35e4f34ced5e4e350dcf850f Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 22 Apr 2013 11:06:10 +1000 Subject: [PATCH] collapse some slow tests --- spec/requests/store_incoming_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/requests/store_incoming_spec.rb b/spec/requests/store_incoming_spec.rb index 9e0bf3a9f4..d5d8e3864b 100644 --- a/spec/requests/store_incoming_spec.rb +++ b/spec/requests/store_incoming_spec.rb @@ -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