summaryrefslogtreecommitdiff
path: root/spec/models/product_cart_spec.rb
blob: 5a300b85164ea6175cdac90cc6839af833e13ac4 (plain)
1
2
3
4
5
6
require 'rails_helper'

RSpec.describe ProductCart, type: :model do
  it { should belong_to(:product) }
  it { should belong_to(:cart) }
end