質問編集履歴
1
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails t が実行でき
|
1
|
+
rails test が実行できません。
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
rails t を実行したのですが、下記が表示されて上手くいきません。
|
1
|
+
cloud 9を使っております。rails tutorial 8章が終了し、rails t を実行しようとしたのですが、下記が表示されて上手くいきません。
|
2
2
|
|
3
3
|
|
4
4
|
|
@@ -96,8 +96,18 @@
|
|
96
96
|
|
97
97
|
1: from /home/ubuntu/environment/hello_app/test/test_helper.rb:5:in `<main>'
|
98
98
|
|
99
|
-
/home/ubuntu/environment/hello_app/test/test_helper.rb:13:in `<class:TestCase>': undefined local variable or method ` ' for ActiveSupport::TestCase:Class (NameError)
|
99
|
+
/home/ubuntu/environment/hello_app/test/test_helper.rb:13:in `<class:TestCase>': undefined local variable or method ` ' for ActiveSupport::TestCase:Class (NameError)
|
100
100
|
|
101
|
-
コード
|
102
101
|
|
102
|
+
|
103
|
-
|
103
|
+
試したこと
|
104
|
+
|
105
|
+
springの再起動
|
106
|
+
|
107
|
+
code sampleと比較して文法ミス等のチェック
|
108
|
+
|
109
|
+
rails db:migrate
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
解決方法でなくても、こうしたらできるかも、というようなことでも良いのでお願い致します。
|