Sha256: 0294411bcaf4942a1dffba8b2f183de72c68d56f1ff6205f11b2b1f0856d9da7
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
require 'spec_helper' property[:os_by_host] = {} set :os, { :family => 'redhat', :release => 7 } describe Specinfra.command.command_class('interface').create do it { should be_an_instance_of(Specinfra::Command::Linux::Base::Interface) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
specinfra-2.0.0.beta15 | spec/command/redhat/interface_spec.rb |
specinfra-2.0.0.beta14 | spec/command/redhat/interface_spec.rb |