From a21f6e948b1958b7e04fff51af6926b7bc653ba5 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sun, 31 Aug 2014 22:01:46 +0200 Subject: Fix spec test for rename --- spec/PostRunner_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/PostRunner_spec.rb') diff --git a/spec/PostRunner_spec.rb b/spec/PostRunner_spec.rb index d111b81..c3cbf64 100644 --- a/spec/PostRunner_spec.rb +++ b/spec/PostRunner_spec.rb @@ -100,7 +100,7 @@ describe PostRunner::Main do end it 'should rename FILE2.FIT activity' do - postrunner(%w( rename :1 --name foobar )) + postrunner(%w( rename foobar :1 )) list = postrunner(%w( list )) list.index('FILE2.FIT').should be_nil list.index('foobar').should be_a(Fixnum) -- cgit v1.2.3