Extensive Namespacing of model specs
[merb_mart.git] / spec / models / mart / store / product_image_spec.rb
blob99509a3a9861369f3daeaa2d9e8ac27b242f3a3a
1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
3 describe Mart::Store::ProductImage do
5   describe "associations" do
6     it "should belong to a product"
7     it "should belong to an image"
8   end
10 end