Sha256: 055d02cc50192d85c5c72e374e88e07573bba7f36a524846283cfd95abd3f2f9

Contents?: true

Size: 143 Bytes

Versions: 14

Compression:

Stored size: 143 Bytes

Contents

module Storefront
  class Product
    include ::FakeNamespace::Mixable

    mixins :priceable => { :default_starting_price => 9.99 }
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
trax_core-0.0.84 spec/support/storefront/product.rb
trax_core-0.0.83 spec/support/storefront/product.rb
trax_core-0.0.82 spec/support/storefront/product.rb
trax_core-0.0.81 spec/support/storefront/product.rb
trax_core-0.0.80 spec/support/storefront/product.rb
trax_core-0.0.79 spec/support/storefront/product.rb
trax_core-0.0.78 spec/support/storefront/product.rb
trax_core-0.0.77 spec/support/storefront/product.rb
trax_core-0.0.76 spec/support/storefront/product.rb
trax_core-0.0.74 spec/support/storefront/product.rb
trax_core-0.0.73 spec/support/storefront/product.rb
trax_core-0.0.72 spec/support/storefront/product.rb
trax_core-0.0.71 spec/support/storefront/product.rb
trax_core-0.0.7 spec/support/storefront/product.rb