Sha256: d7290cba3c05739e49739faf373a6395134f7092e021dbba11ea11dfe988586b

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 KB

Contents

#
# Author:: Mukta Aphale (<mukta.aphale@clogeny.com>)
# Author:: Siddheshwar More (<siddheshwar.more@clogeny.com>)
# Author:: Ameya Varade (<ameya.varade@clogeny.com>)
# Copyright:: Copyright (c) 2013-2014 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require 'spec_helper'
require 'chef/knife/openstack_image_list'
require 'chef/knife/cloud/openstack_service'
require 'support/shared_examples_for_command'

describe Chef::Knife::Cloud::OpenstackImageList do
  it_behaves_like Chef::Knife::Cloud::Command, Chef::Knife::Cloud::OpenstackImageList.new

  let (:instance) {Chef::Knife::Cloud::OpenstackImageList.new}

  include_context "#validate!", Chef::Knife::Cloud::OpenstackImageList.new
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
knife-openstack-1.3.2.pre spec/unit/openstack_image_list_spec.rb
knife-openstack-1.3.1 spec/unit/openstack_image_list_spec.rb
knife-openstack-1.2.0 spec/unit/openstack_image_list_spec.rb
knife-openstack-1.2.0.rc2 spec/unit/openstack_image_list_spec.rb
knife-openstack-1.2.0.rc1 spec/unit/openstack_image_list_spec.rb
knife-openstack-1.1.0 spec/unit/openstack_image_list_spec.rb