mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
45070c15c0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
8 lines
149 B
Ruby
8 lines
149 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecEnv < ArtifactTest
|
|
def test_env
|
|
skip if windows?
|
|
assert_artifact("env bash")
|
|
end
|
|
end
|