spec/customize_spec.rb in customize-0.0.4 vs spec/customize_spec.rb in customize-0.0.5

- old
+ new

@@ -2,6 +2,12 @@ describe Customize do it "should be valid" do Customize.should be_a(Module) end -end \ No newline at end of file + + context :initializer do + it :has_calculators do + Customize.calculators.should have(1).items + end + end +end