mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
3 lines
146 B
Ruby
3 lines
146 B
Ruby
Shindo.tests('AWS | signed_params', ['aws']) do
|
|
returns( Fog::AWS.escape( "'Stop!' said Fred_-~." ) ) { "%27Stop%21%27%20said%20Fred_-~." }
|
|
end
|