0
0
Fork 0

Improve spec coverage and clean up api/v1/follow_requests controller (#3465)

This commit is contained in:
Matt Jankowski 2017-05-31 14:32:11 -04:00 committed by Eugen Rochko
parent 84dda45df9
commit 0f155829b7
2 changed files with 53 additions and 13 deletions

View file

@ -14,7 +14,7 @@ RSpec.describe Api::V1::FollowRequestsController, type: :controller do
describe 'GET #index' do
before do
get :index
get :index, params: { limit: 1 }
end
it 'returns http success' do