前提・実現したいこと
Railsでモデルのテストをするために、下記コマンドでrspecを実行したところ、エラーが表示されます。原因について知りたいです。どなたか、お分かりになる方、アドバイスをお願いします。
発生している問題・エラーメッセージ
bundle exec rspec spec/models/message_spec.rb
該当のソースコード
An error occurred while loading ./spec/models/message_spec.rb.
Failure/Error:
RSpec.describe Message, type: :model do
describe '#create' do
context 'can save' do
it 'is valid with content' do
expect(build(:message, image: nil)).to be_valid
end
it 'is valid with image' do expect(build(:message, content: nil)).to be_valid end
NameError:
uninitialized constant Message
./spec/models/message_spec.rb:3:in `<top (required)>'
No examples found.
Finished in 0.00003 seconds (files took 1.45 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples
試したこと
3行目に問題がありそうだと思い、シングルクオーテーションつけたり外したりしましたが別のエラーが出るだけでした
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。