Sha256: 82910f58b21220b3f2c898149bb618b73cc2c2011b0872cbe59890837682ccf0

Contents?: true

Size: 169 Bytes

Versions: 2

Compression:

Stored size: 169 Bytes

Contents

require_relative 'spec_helper'

module Larrow::Qingcloud
  describe KeyPair do

    it 'list not empty' do
      expect(KeyPair.list).not_to be_empty
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
larrow-qingcloud-0.0.2 spec/key_pair_spec.rb
larrow-qingcloud-0.0.1 spec/key_pair_spec.rb