Sha256: f869072adee536c8d164eeeab8d0bc72fb0807f293fa90d0686347f20079ea7a
Contents?: true
Size: 803 Bytes
Versions: 4
Compression:
Stored size: 803 Bytes
Contents
module Spree RSpec.describe Product, type: :model do include_context "behaves as translatable" end RSpec.describe OptionType, type: :model do include_context "behaves as translatable" end RSpec.describe Taxon, type: :model do include_context "behaves as translatable" end RSpec.describe Taxonomy, type: :model do include_context "behaves as translatable" end RSpec.describe Promotion, type: :model do include_context "behaves as translatable" end RSpec.describe Property, type: :model do include_context "behaves as translatable" end RSpec.describe ProductProperty, type: :model do include_context "behaves as translatable" end RSpec.describe Spree::ShippingMethod, type: :model do include_context 'behaves as translatable' end end
Version data entries
4 entries across 4 versions & 1 rubygems