Introduction
Introduction Statistics Contact Development Disclaimer Help
Make all specs pass - reportable - Fork of reportable required by WarVox, from …
Log
Files
Refs
README
---
commit 3848a7313a9b4e97931e783454f733aa75756ad6
parent 96f40a0780ef3c4bd3dcf862da9c9c83e0d632b9
Author: Martin Kavalar <[email protected]>
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(-)
---
diff --git a/spec/classes/report_cache_spec.rb b/spec/classes/report_cache_spec…
@@ -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, [], @r…
end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.