Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
This commit is contained in:
parent
1da0ce5c7c
commit
d9ca46b464
17 changed files with 26 additions and 110 deletions
|
@ -19,13 +19,6 @@ RSpec.describe Api::V1::TimelinesController, type: :controller do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'GET #mentions' do
|
||||
it 'returns http success' do
|
||||
get :mentions
|
||||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
end
|
||||
|
||||
describe 'GET #public' do
|
||||
it 'returns http success' do
|
||||
get :public
|
||||
|
@ -55,13 +48,6 @@ RSpec.describe Api::V1::TimelinesController, type: :controller do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'GET #mentions' do
|
||||
it 'returns http unprocessable entity' do
|
||||
get :mentions
|
||||
expect(response).to have_http_status(:unprocessable_entity)
|
||||
end
|
||||
end
|
||||
|
||||
describe 'GET #public' do
|
||||
it 'returns http success' do
|
||||
get :public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue