Remove Neo4J
This commit is contained in:
parent
fca183968e
commit
8efa081f21
23 changed files with 6 additions and 323 deletions
|
@ -46,20 +46,6 @@ RSpec.describe Api::V1::AccountsController, type: :controller do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'GET #suggestions' do
|
||||
it 'returns http success' do
|
||||
get :suggestions
|
||||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
end
|
||||
|
||||
describe 'GET #common_followers' do
|
||||
it 'returns http success' do
|
||||
get :common_followers, params: { id: user.account.id }
|
||||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
end
|
||||
|
||||
describe 'POST #follow' do
|
||||
let(:other_account) { Fabricate(:user, email: 'bob@example.com', account: Fabricate(:account, username: 'bob')).account }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue