summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/PostRunner_spec.rb2
1 files changed, 1 insertions, 1 deletions
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)