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
Paul Thornthwaite 2422a29b04 [internetarchive] Correct test tagging
The provider is declaring itself as "internetarchive" which does not
match the tags "internet_archive" used on the tests.

Since we blacklist the tests that are run, it meant they continued to
run even if no credentials were present.
2014-02-19 11:33:18 +00:00

5 lines
207 B
Ruby

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