1 require File.join( File.dirname(__FILE__), "..", "..", "..", "spec_helper" )
3 describe Mart::Store::Variation do
6 @variation = Mart::Store::Variation.new
9 describe "associations" do
11 it "should belong to a product" do
12 @variation.should be_valid
17 it "should provide images"
18 it "should provide a name"