diff options
author | mwrock <matt@mattwrock.com> | 2020-12-08 18:32:46 -0800 |
---|---|---|
committer | mwrock <matt@mattwrock.com> | 2020-12-08 18:32:46 -0800 |
commit | a9cd665f7564a4071477dd18deccf1a29688e97e (patch) | |
tree | 4baa5af60c5000183dd6b3aa43ef5ebe082e4b6c | |
parent | 01e91446ac83f656855246d7e873a28a26e41fb2 (diff) | |
download | chef-a9cd665f7564a4071477dd18deccf1a29688e97e.tar.gz |
only run systemd unit tests on linux
Signed-off-by: mwrock <matt@mattwrock.com>
-rw-r--r-- | spec/unit/provider/systemd_unit_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/systemd_unit_spec.rb b/spec/unit/provider/systemd_unit_spec.rb index e1170b4fc5..d31d5f0919 100644 --- a/spec/unit/provider/systemd_unit_spec.rb +++ b/spec/unit/provider/systemd_unit_spec.rb @@ -18,7 +18,7 @@ require "spec_helper" -describe Chef::Provider::SystemdUnit do +describe Chef::Provider::SystemdUnit, :linux_only do let(:node) { Chef::Node.new } let(:events) { Chef::EventDispatch::Dispatcher.new } |