Sha256: 42fae4e18b5d07dc8484530fbb0530bb7881c181bb40bade01c4364221e55a48

Contents?: true

Size: 865 Bytes

Versions: 128

Compression:

Stored size: 865 Bytes

Contents

# encoding: utf-8

Shindo.tests('Cloudstack | escape', ['cloudstack']) do
  returns( Fog::Cloudstack.escape( "'Stöp!' said Fred_-~." ) ) { "%27St%C3%B6p%21%27%20said%20Fred_-%7E." }
end

Shindo.tests('Cloudstack | signed_params', ['cloudstack']) do
  returns( Fog::Cloudstack.signed_params( 'abcdefg', 'account' => 'Lorem Ipsum', 'domainid' => 42, 'q' => 'keywords' ) ) { "V2CxRU4zQQtox1DZsH/66GDdzhg=" }
  returns( Fog::Cloudstack.signed_params( 'abcdefg', 'account' => 'Lorem Ipsum', 'domainid' => '42', 'q' => 'keywords' ) ) { "V2CxRU4zQQtox1DZsH/66GDdzhg=" }
  returns( Fog::Cloudstack.signed_params( 'abcdefg', 'account' => 'Lorem Ipsum', 'domainid' => 42, 'q' => nil ) ) { "5bsDirm5pPgVoreQ6vquKRN+4HI=" }
  returns( Fog::Cloudstack.signed_params( 'abcdefg', 'account' => 'Lorem Ipsum', 'domainid' => 42, 'q' => '' ) ) { "5bsDirm5pPgVoreQ6vquKRN+4HI=" }
end

Version data entries

128 entries across 126 versions & 20 rubygems

Version Path
fog-1.16.0 tests/cloudstack/signed_params_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/cloudstack/signed_params_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/cloudstack/signed_params_tests.rb
fog-1.15.0 tests/cloudstack/signed_params_tests.rb
gapinc-fog-1.14.0 tests/cloudstack/signed_params_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/cloudstack/signed_params_tests.rb
fog-1.14.0 tests/cloudstack/signed_params_tests.rb
fog-1.13.0 tests/cloudstack/signed_params_tests.rb
gapinc-fog-1.12.1.2 tests/cloudstack/signed_params_tests.rb
gapinc-fog-1.12.1.1 tests/cloudstack/signed_params_tests.rb
gapinc-fog-1.12.1a tests/cloudstack/signed_params_tests.rb
gapinc-fog-1.12.1 tests/cloudstack/signed_params_tests.rb
fog-1.12.1 tests/cloudstack/signed_params_tests.rb
fog-1.12.0 tests/cloudstack/signed_params_tests.rb
hpfog-0.0.20 tests/cloudstack/signed_params_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/cloudstack/signed_params_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/cloudstack/signed_params_tests.rb
fog-nirvanix-1.8.2 tests/cloudstack/signed_params_tests.rb
fog-1.11.1 tests/cloudstack/signed_params_tests.rb
fog-1.11.0 tests/cloudstack/signed_params_tests.rb