lib/templates/formula.tt in chemistrykit-1.3.0 vs lib/templates/formula.tt in chemistrykit-2.0.0

- old
+ new

@@ -1,9 +1,7 @@ module Formulas - class <%= name.capitalize %> + class <%= name.capitalize %> < Formula - def initialize(driver) - @driver = driver - end + end end