[Rails 오류] unexpected tIDENTIFIER

2309 단어 Railserror

소개



자주 나오는 오류입니다.

딸기 메모

문제



Rspec 테스트를 작성할 때 오류가 발생했습니다.

SyntaxError:
  /Users/namae/projects/picapp/spec/models/user_spec.rb:8: syntax error, unexpected tIDENTIFIER, expecting end
  ...'ユーザー新規登録' do
  ...                          ^~~~~
  /Users/namae/projects/picapp/spec/models/user_spec.rb:20: syntax error, unexpected end, expecting end-of-input
    end
    ^~~

조사한 결과



"SyntaxError"와 시작하는 것처럼 구문 오류입니다.
쉼표가 없거나 공백이 부족하거나 전각 공간이 있습니다.
                         するとエラーが発生します.

요약



자주 있어서는 안됩니다만···조심하지 않으면 안 되네요.

좋은 웹페이지 즐겨찾기