Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Updated to actual example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed May 12, 2014
1 parent baa01c7 commit 18d59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/storage/s3/s3_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

S3.rename_file('/dir/subdir/file', 'file', lambda=false).should eql 'file'
S3.rename_file('/dir/subdir/file', nil, foobar).should eql 'foobar'
S3.rename_file('/dir/subdir/file', 'file', concat_subdir).should eql 'subdir-file'
S3.rename_file('resources/environments/logs/publish/e-bgp9nsynv7/i-f2b831bd/_var_log_tomcat7_localhost_access_log.txt-1391958061.gz', '_var_log_tomcat7_localhost_access_log.txt-1391958061.gz', concat_subdir).should eql 'i-f2b831bd-_var_log_tomcat7_localhost_access_log.txt-1391958061.gz'

end

Expand Down

0 comments on commit 18d59d6

Please sign in to comment.