2019-11-07 23:42:48 +00:00
|
|
|
require_relative "artifact_helper"
|
|
|
|
|
2019-11-09 21:36:15 +00:00
|
|
|
class TestInspecJson < ArtifactTest
|
2019-11-07 23:42:48 +00:00
|
|
|
def test_json
|
2019-11-12 20:47:40 +00:00
|
|
|
assert_artifact("json examples/profile")
|
2019-11-07 23:42:48 +00:00
|
|
|
end
|
|
|
|
end
|