main
# frozen_string_literal: true describe API::V1::SessionsController do describe 'routing' do it 'routes to #create' do expect(post: '/api/v1/users/').to route_to('api/v1/registrations#create') end end end