Sha256: b5f3514d737efa0844297e721c0b216090bb36b6a4ce54e332038660d2fbb881
Contents?: true
Size: 513 Bytes
Versions: 11
Compression:
Stored size: 513 Bytes
Contents
require 'rails_helper' RSpec.describe ItemCustomValue, type: :model do pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: item_custom_values # # id :integer not null, primary key # item_custom_property_id :integer not null # item_id :integer not null # value :text # created_at :datetime not null # updated_at :datetime not null #
Version data entries
11 entries across 11 versions & 1 rubygems