Sha256: f759f891df631a1858578a804b82cd338fc437ae39ec1fdc55be8da4792c4c18

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

require 'spec_helper'

property[:os_by_host] = {}
set :os, { :family => 'redhat', :release => 7 }

describe commands.command_class('interface').create do
   it { should be_an_instance_of(Specinfra::Command::Linux::Base::Interface) }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
specinfra-2.0.0.beta12 spec/command/redhat/interface_spec.rb
specinfra-2.0.0.beta11 spec/command/redhat/interface_spec.rb
specinfra-2.0.0.beta10 spec/command/redhat/interface_spec.rb
specinfra-2.0.0.beta9 spec/command/redhat/interface_spec.rb
specinfra-2.0.0.beta8 spec/command/redhat/interface_spec.rb