Adding more test stubs
This commit is contained in:
@ -1,5 +1,27 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Api::StatusesController, type: :controller do
|
||||
describe 'GET #show' do
|
||||
it 'returns http success'
|
||||
end
|
||||
|
||||
describe 'GET #home' do
|
||||
it 'returns http success'
|
||||
end
|
||||
|
||||
describe 'GET #mentions' do
|
||||
it 'returns http success'
|
||||
end
|
||||
|
||||
describe 'POST #create' do
|
||||
it 'returns http success'
|
||||
end
|
||||
|
||||
describe 'POST #reblog' do
|
||||
it 'returns http success'
|
||||
end
|
||||
|
||||
describe 'POST #favourite' do
|
||||
it 'returns http success'
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user