Révision c82b960a
rubocop:auto_correct results
spec/defines/rules/snat4_spec.rb | ||
---|---|---|
1 |
# frozen_string_literal: true |
|
2 |
|
|
1 | 3 |
require 'spec_helper' |
2 | 4 |
|
3 | 5 |
describe 'nftables::rules::snat4' do |
... | ... | |
19 | 21 |
|
20 | 22 |
it { is_expected.to compile.with_all_deps } |
21 | 23 |
it { is_expected.to contain_nftables__rule('POSTROUTING-foobar').with_content('snat sausage') } |
24 |
|
|
22 | 25 |
context 'with dport specified' do |
23 | 26 |
let(:params) do |
24 | 27 |
super().merge(dport: 1234) |
Formats disponibles : Unified diff