Sha256: 7c6165509bf66f25cbc8225f5dbe9d06eb883aa633625d851a70f45f52c8262a

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

require 'rails_helper'

module Theblog
  RSpec.describe Comment, type: :model do
    it { is_expected.to belong_to(:post) }

    it { is_expected.to validate_presence_of(:body) }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
theblog-0.0.2.3 spec/models/theblog/comment_spec.rb
theblog-0.0.2.2 spec/models/theblog/comment_spec.rb
theblog-0.0.2 spec/models/theblog/comment_spec.rb