回答編集履歴
1
書式改善
answer
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
```
|
1
|
+
```text
|
2
2
|
exec rspec spec/models/article_spec.rb
|
3
3
|
```
|
4
4
|
↓
|
5
|
-
```
|
5
|
+
```text
|
6
6
|
bundle exec rspec spec/models/article_spec.rb
|
7
7
|
```
|
8
8
|
|