Skip to content

Commit

Permalink
Remove duplicate with ca_port test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and mmoll committed Mar 11, 2018
1 parent be881e0 commit ac24838
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/classes/puppet_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@
it { should_not contain_puppet__config__main('ca_port') }
end

describe 'with ca_port' do
let :params do {
:ca_port => 8140,
} end

it { should contain_puppet__config__main('ca_port').with_value('8140') }
end

describe 'with ca_port' do
let :params do {
:ca_port => 8140,
Expand Down

0 comments on commit ac24838

Please sign in to comment.