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"
9 it "should have a min weight"
10 it "should have a max weight"
11 it "should have a price"