summaryrefslogtreecommitdiff
path: root/spec/models/cart_spec.rb
blob: 8f8016c78f9d7816bba2176ecb9011c4b1041a92 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'rails_helper'

RSpec.describe Cart, type: :model do
  it { should have_one(:user_account) }
end