require "rails_helper" RSpec.describe PageView, type: :model do it { is_expected.to belong_to(:user).optional } it { is_expected.to belong_to(:article) } end