]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
Remove Rubocop RSpec/DescribeMethod violations
authorJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 16:14:58 +0000 (09:14 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Mon, 25 Jun 2018 18:26:53 +0000 (11:26 -0700)
spec/integration/provider/ssh_authorized_key_spec.rb
spec/integration/provider/sshkey_spec.rb

index 397b60998a50962659741c61c6b3b227f625dbbc..a4939181bf69cef9c1b685df303fc33c5f53a10e 100644 (file)
@@ -1,7 +1,7 @@
 require 'spec_helper'
 require 'puppet/file_bucket/dipper'
 
-describe Puppet::Type.type(:ssh_authorized_key).provider(:parsed), '(integration)', unless: Puppet.features.microsoft_windows? do
+describe Puppet::Type.type(:ssh_authorized_key).provider(:parsed), unless: Puppet.features.microsoft_windows? do
   include PuppetSpec::Files
 
   let :fake_userfile do
index 2d057b596847d5d042f23c7bfc2d076f81abe379..ebe80fbc97ab50b7055b8edb778335cc8bceeb35 100644 (file)
@@ -3,8 +3,7 @@ require 'puppet/file_bucket/dipper'
 require 'puppet_spec/files'
 require 'puppet_spec/compiler'
 
-describe Puppet::Type.type(:sshkey).provider(:parsed), '(integration)',
-         unless: Puppet.features.microsoft_windows? do
+describe Puppet::Type.type(:sshkey).provider(:parsed), unless: Puppet.features.microsoft_windows? do
   include PuppetSpec::Files
   include PuppetSpec::Compiler