Révision c82b960a
rubocop:auto_correct results
spec/defines/rules/masquerade_spec.rb | ||
---|---|---|
1 |
# frozen_string_literal: true |
|
2 |
|
|
1 | 3 |
require 'spec_helper' |
2 | 4 |
|
3 | 5 |
describe 'nftables::rules::masquerade' do |
... | ... | |
14 | 16 |
it { is_expected.to compile.with_all_deps } |
15 | 17 |
it { is_expected.to contain_nftables__rule('POSTROUTING-foobar').with_content('masquerade') } |
16 | 18 |
end |
19 |
|
|
17 | 20 |
context 'with dport specified' do |
18 | 21 |
let(:params) do |
19 | 22 |
{ |
Formats disponibles : Unified diff