Adding more test stubs
This commit is contained in:
parent
66a2107527
commit
d4892ace62
13 changed files with 100 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue