Skip to content

Commit

Permalink
adding the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
aradradev committed Oct 26, 2023
1 parent 7095263 commit e92964d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
18 changes: 0 additions & 18 deletions app/controllers/api/v1/user_controller.rb

This file was deleted.

4 changes: 0 additions & 4 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

# Defines the root path route ("/")
# root "articles#index"
end
7 changes: 7 additions & 0 deletions spec/requests/v1/users_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'rails_helper'

RSpec.describe "V1::Users", type: :request do
describe "GET /index" do
pending "add some examples (or delete) #{__FILE__}"
end
end

0 comments on commit e92964d

Please sign in to comment.