This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-03-07 12:42:33 +01:00
|
|
|
require 'rails_helper'
|
|
|
|
|
|
|
|
RSpec.describe Api::FollowsController, type: :controller do
|
2016-03-19 12:13:47 +01:00
|
|
|
describe 'POST #create' do
|
|
|
|
it 'returns http success'
|
|
|
|
end
|
2016-03-07 12:42:33 +01:00
|
|
|
end
|