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