Chris@16: require File.dirname(__FILE__) + '/spec_helper' Chris@16: Chris@16: describe Class do Chris@16: it "should be a class of Class" do Chris@16: Class.class.should eql(Class) Chris@16: end Chris@16: Chris@16: it "should be awesome" do Chris@16: Checkout.awesome?.should be_true Chris@16: end Chris@16: end