Sha256: 564d7d0a9eb21776a7bb671d1c297106d3542fbcf698d3d29709c48f83749f1e
Contents?: true
Size: 424 Bytes
Versions: 5
Compression:
Stored size: 424 Bytes
Contents
require 'spec_helper' set :os, :family => 'linux' describe commands.command_class('zfs').create do it { should be_an_instance_of(Specinfra::Command::Linux::Base::Zfs) } end describe zfs('rpool') do it { should exist } end describe zfs('rpool') do it { should have_property 'mountpoint' => '/rpool' } end describe zfs('rpool') do it { should have_property 'mountpoint' => '/rpool', 'compression' => 'off' } end
Version data entries
5 entries across 5 versions & 1 rubygems