Updated path references to spec_helper
[merb_mart.git] / spec / models / mart / shipping / weight_spec.rb
blob520f2e7d448fd007d5c2508e3e00aa7d579b6fde
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