diff --git a/spec/models/cost_query/result_spec.rb b/spec/models/cost_query/result_spec.rb index 382e2bc18e..93aa8a4b1e 100644 --- a/spec/models/cost_query/result_spec.rb +++ b/spec/models/cost_query/result_spec.rb @@ -107,7 +107,6 @@ describe CostQuery do end it "should compute real_costs for DirectResults" do - pending "who's responsible for calculating the cost field?" id_sorted = @query.result.values.sort_by { |r| r[:id] } [TimeEntry, CostEntry].each do |type| result = id_sorted.select { |r| r[:type]==type.to_s }.first