Skip to content

Commit 430f231

Browse files
committed
comment delete
1 parent 05f0314 commit 430f231

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spec/requests/api/v1/procedures_request_spec.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@
1111
let(:http_method) { :get }
1212
let(:params) { {} }
1313

14-
# context "when user is not authenticated test" do
15-
# let(:request_path) { "/api/v1/procedures" }
16-
17-
# include_context "when user is not authenticated"
18-
19-
# it "returns unauthorized" do
20-
# expect(response).to have_http_status(:unauthorized)
21-
# end
22-
23-
# it "returns error message" do
24-
# expect(response.parsed_body["error_description"]).to eq(["Invalid token"])
25-
# end
26-
# end
27-
2814
context "when user is authenticated" do
2915
before do
3016
create_list(:procedure, 5)

0 commit comments

Comments
 (0)