Sha256: 7bf4d406132beb479fb6bbfcf60209c0f783caf31331b0e40d397b4293559fdb
Contents?: true
Size: 249 Bytes
Versions: 224
Compression:
Stored size: 249 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, { :family => 'amazon', :release => nil } describe Specinfra.command.send(:create_command_class, 'interface') do it { should be_an_instance_of(Specinfra::Command::Linux::Base::Interface) } end
Version data entries
224 entries across 224 versions & 3 rubygems