Sha256: 690da58993a3ddb40dd94ade776ba017f93c11263d1da6e1bfc233746ef438c1

Contents?: true

Size: 432 Bytes

Versions: 5

Compression:

Stored size: 432 Bytes

Contents

Shindo.tests('Cifrado | CLI#saio') do

  tests '#flavors' do
    test 'list' do
      Cifrado::Plugins::Saio.class_options[:api_key] = \
        Thor::Option.parse :api_key, fog_settings[:digitalocean_api_key]
      Cifrado::Plugins::Saio.class_options[:client_id] = \
        Thor::Option.parse :client_id, fog_settings[:digitalocean_client_id]
      cli = Cifrado::Plugins::Saio.new 
      cli.flavors.size > 0
    end
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cifrado-0.2.1 tests/saio/flavors_tests.rb
cifrado-0.2.0 tests/saio/flavors_tests.rb
cifrado-0.1.3 tests/saio/flavors_tests.rb
cifrado-0.1.2 tests/saio/flavors_tests.rb
cifrado-0.1.1 tests/saio/flavors_tests.rb