require 'spec_helper' set :os, :family => 'nixos' describe service('sshd') do it { should be_enabled } it { should be_running } end