From 1ede5a4667a11021366e4dfdd9f4243d8989800d Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Fri, 6 May 2016 20:34:55 +0200 Subject: New: Add sleep cycle count column to monthly report. --- spec/PostRunner_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spec') diff --git a/spec/PostRunner_spec.rb b/spec/PostRunner_spec.rb index 94fff2c..bd75974 100644 --- a/spec/PostRunner_spec.rb +++ b/spec/PostRunner_spec.rb @@ -209,5 +209,13 @@ describe PostRunner::Main do expect(list.index(File.basename(@file3))).to be_nil end + it 'should support the daily command' do + postrunner([ 'daily' ]) + end + + it 'should supoprt the monthly command' do + postrunner([ 'monthly' ]) + end + end -- cgit v1.2.3