require 'spec_helper' describe Customize do it "should be valid" do Customize.should be_a(Module) end context :initializer do it :has_calculators do Customize.calculators.should have(1).items end end end