Sha256: 617fa01388a395962e4726004a12a63e826d8bd6f038c4220aa611a810732db3
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true RSpec.describe Spree::Variant, type: :model do it { is_expected.to have_many(:volume_prices) } it { is_expected.to have_many(:model_volume_prices) } end
Version data entries
4 entries across 4 versions & 1 rubygems