Extensive Namespacing of model specs
[merb_mart.git] / spec / models / mart / shipping / weight_spec.rb
blobc84c4d87ace1ae26b4e984dbddb22ac009ff46ff
1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
3 describe Mart::Shipping::Weight do
5   describe "associations" do
6     it "should belong to an order shipping type"
7   end
9   it "should have a min weight"
10   it "should have a max weight"
11   it "should have a price"
13 end