1 require File.join( File.dirname(__FILE__), "..", "spec_helper" )
3 describe Mart::Customers::WishlistItem do
6 @wishlist_item = Mart::Customers::WishlistItem.new
9 describe "associations" do
11 it "should belong to an order user" do
12 @wishlist_item.should be_valid
15 it "should belong to an item" do
16 @wishlist_item.should be_valid
21 describe "properties" do
22 it "should have a created on date"