Remove empty test.

This commit is contained in:
Guo Xiang Tan 2017-04-03 21:12:00 +08:00
parent 15268657f4
commit dc5a6e7cda

View File

@ -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