Make all specs pass - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 3848a7313a9b4e97931e783454f733aa75756ad6
 (DIR) parent 96f40a0780ef3c4bd3dcf862da9c9c83e0d632b9
 (HTM) Author: Martin Kavalar <martin@sauspiel.de>
       Date:   Tue, 14 Feb 2012 10:46:48 +0100
       
       Make all specs pass
       
       Diffstat:
         M spec/classes/report_cache_spec.rb   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/spec/classes/report_cache_spec.rb b/spec/classes/report_cache_spec.rb
       @@ -338,7 +338,7 @@ describe Saulabs::Reportable::ReportCache do
            end
        
            it 'should save the created Saulabs::Reportable::ReportCache' do
       -      @cached.should_receive(:save!).once
       +      @cached.should_receive(:save!)
        
              Saulabs::Reportable::ReportCache.send(:prepare_result, @new_data, [], @report, @report.options)
            end