]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commit
Fix duplicate test removing RSpec/RepeatedExample violation
authorJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 16:08:53 +0000 (09:08 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 16:08:53 +0000 (09:08 -0700)
commitb848ea0ecd6e343f276499698100a9f84255308e
treef3f8aab27b13cda8f8946399beebbee73030a189
parent7bda4caa4f26d379bc119e9c06f9b3685f20668c
Fix duplicate test removing RSpec/RepeatedExample violation

The "array host_alias" test was never actually testing against a list of
host aliases, as it was using the exact same code as the "single
host_alias" test. We now test against an actual array of host aliases in
the manifest, and check that it is properly written out to the file.
spec/integration/provider/sshkey_spec.rb