回答編集履歴

2

文法ミス

2018/04/02 01:49

投稿

ayako01
ayako01

スコア27

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  end
14
14
 
15
- FileUtils.makedirs [Rails.root.join("tmp", "test", "input"), Rails.root.join("tmp", "test", "output")]
15
+ FileUtils.makedirs [Rails.root.join("tmp", "test", "input"), Rails.root.join("tmp", "test", "output")]
16
16
 
17
17
  end
18
18
 

1

文法ミス

2018/04/02 01:49

投稿

ayako01
ayako01

スコア27

test CHANGED
@@ -14,4 +14,6 @@
14
14
 
15
15
  FileUtils.makedirs [Rails.root.join("tmp", "test", "input"), Rails.root.join("tmp", "test", "output")]
16
16
 
17
+ end
18
+
17
19
  ```