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

6 lines
207 B
Ruby
Raw Normal View History

2013-01-31 14:40:38 -05:00
# encoding: utf-8
Shindo.tests('InternetArchive | signed_params', ['internetarchive']) do
2013-01-31 14:40:38 -05:00
returns( Fog::InternetArchive.escape( "'Stöp!' said Fred_-~." ) ) { "%27St%C3%B6p%21%27%20said%20Fred_-~." }
end