spec/absorption_spec.rb in activefacts-0.7.1 vs spec/absorption_spec.rb in activefacts-0.7.2

- old
+ new

@@ -41,10 +41,10 @@ { :should => "inject a value column into the table for an independent ValueType", :cql => %Q{ #{Prologue} Month is in exactly one Season; }, - :tables => { "Month" => [ "MonthValue", "Season" ] } + :tables => { "Month" => [["Month", "Value"], ["Season"]] } }, { :should => "absorb a one-to-one along the identification path", :cql => %Q{ #{Prologue} #{Claim} #{Incident}