mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
4 lines
159 B
Ruby
4 lines
159 B
Ruby
|
Shindo.tests('Rackspace | url_encoding', ['rackspace']) do
|
||
|
returns( Fog::Rackspace.escape( "is this my file?.jpg" ) ) { "is%20this%20my%20file%3F.jpg" }
|
||
|
end
|