Sha256: c28ca2b9fa87b5ab3551677d3fb9f056b06283f8fc98779d8bbe26d444895234
Contents?: true
Size: 911 Bytes
Versions: 1
Compression:
Stored size: 911 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 RSpec.describe Spree::PaymentMethod, type: :model do include_context 'behaves as translatable' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_mobility-1.4.0 | spec/models/translated_models_spec.rb |