| Remove unused test code - reportable - Fork of reportable required by WarVox, f… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 880e98fc581fd44bac7c4e9337a755be19c7ed24 | |
| parent 828a1976432c7017be71df83bd475cced9940938 | |
| Author: Cristi Balan <[email protected]> | |
| Date: Fri, 21 Dec 2012 03:45:23 +0200 | |
| Remove unused test code | |
| Diffstat: | |
| M spec/classes/report_cache_spec.rb | 4 ---- | |
| 1 file changed, 0 insertions(+), 4 deletions(-) | |
| --- | |
| diff --git a/spec/classes/report_cache_spec.rb b/spec/classes/report_cache_spec… | |
| @@ -136,10 +136,6 @@ describe Saulabs::Reportable::ReportCache do | |
| end | |
| it 'should yield the first reporting period if not all required data cou… | |
| - reporting_period = Saulabs::Reportable::ReportingPeriod.new( | |
| - @report.options[:grouping], | |
| - Time.now - 3.send(@report.options[:grouping].identifier) | |
| - ) | |
| Saulabs::Reportable::ReportCache.stub!(:all).and_return([Saulabs::Repo… | |
| Saulabs::Reportable::ReportCache.process(@report, @options) do |begin_… |