mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
8 lines
142 B
Ruby
8 lines
142 B
Ruby
require 'spec_helper'
|
|
describe 'falco' do
|
|
|
|
context 'with defaults for all parameters' do
|
|
it { should contain_class('falco') }
|
|
end
|
|
end
|