spec/fixtures/dirigible/lib/dirigible/data.rb in sniff-0.11.3 vs spec/fixtures/dirigible/lib/dirigible/data.rb in sniff-0.11.4

- old
+ new

@@ -2,10 +2,9 @@ module Dirigible module Data def self.included(base) base.col :fuel_efficiency, :type => :float base.col :annual_distance_estimate, :type => :float - end end end end end