1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/internet_archive/signed_params_tests.rb
2013-01-31 15:16:49 -05:00

5 lines
208 B
Ruby

# encoding: utf-8
Shindo.tests('InternetArchive | signed_params', ['internet_archive']) do
returns( Fog::InternetArchive.escape( "'Stöp!' said Fred_-~." ) ) { "%27St%C3%B6p%21%27%20said%20Fred_-~." }
end