From dc5a6e7cda29c34135101c3717e4e268e4518c18 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 3 Apr 2017 21:12:00 +0800 Subject: [PATCH] Remove empty test. --- spec/integration/managing_topic_status_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/integration/managing_topic_status_spec.rb b/spec/integration/managing_topic_status_spec.rb index a70f2141d0d..f6ca7f517b1 100644 --- a/spec/integration/managing_topic_status_spec.rb +++ b/spec/integration/managing_topic_status_spec.rb @@ -85,11 +85,5 @@ RSpec.describe "Managing a topic's status update", type: :request do end.to raise_error(Discourse::InvalidParameters) end end - - describe 'when the last post is old enough' do - it 'should close the topic immediately' do - - end - end end end