Updated path references to spec_helper
[merb_mart.git] / spec / models / mart / store / product_image_spec.rb
blobe848a7535ac6e555e5fab47f6f36cee042d859d2
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