mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Remove controller spec that is rewritten as request spec.
This commit is contained in:
parent
4e07bbfbbf
commit
049d925213
1 changed files with 0 additions and 5 deletions
|
@ -28,11 +28,6 @@ describe ListController do
|
|||
parsed = JSON.parse(response.body)
|
||||
expect(parsed["topic_list"]["topics"].length).to eq(1)
|
||||
end
|
||||
|
||||
it "doesn't throw an error with a negative page" do
|
||||
get :top, params: { page: -1024 }
|
||||
expect(response).to be_success
|
||||
end
|
||||
end
|
||||
|
||||
describe 'RSS feeds' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue