質問編集履歴
3
画像の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -95,3 +95,5 @@
|
|
95
95
|
|
96
96
|
|
97
97
|
mac os big sur ver11.5
|
98
|
+
|
99
|
+
![イメージ説明](16cba3f2f7ceef23aa75561edf26178f.png)
|
2
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,9 +58,23 @@
|
|
58
58
|
|
59
59
|
|
60
60
|
|
61
|
-
```
|
61
|
+
```rails
|
62
62
|
|
63
|
+
require 'rails_helper'
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
RSpec.describe "Products", type: :request do
|
68
|
+
|
69
|
+
describe "GET /index" do
|
70
|
+
|
71
|
+
pending "add some examples (or delete) #{__FILE__}"
|
72
|
+
|
63
|
-
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
|
64
78
|
|
65
79
|
```
|
66
80
|
|
1
誤字修正です。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
run r
|
1
|
+
run rspecでエラーが発生する
|
test
CHANGED
File without changes
|