summaryrefslogtreecommitdiff
path: root/spec/models/users/credit_card_validation_spec.rb
blob: fb9f6e35038da0fd4a3160faa97c0b05c7e99c25 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Users::CreditCardValidation do
  it { is_expected.to belong_to(:user) }
end