Skip to content

Commit

Permalink
rubocop: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 17, 2023
1 parent a5de95a commit 684e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppetx/filemapper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def select_file
it 'generates a provider instance for each hash' do
provs = subject.instances
expect(provs.size).to eq(2)
expect(provs).to all(be_a_kind_of(Puppet::Provider))
expect(provs).to all(be_a(Puppet::Provider))
end

[
Expand Down

0 comments on commit 684e92d

Please sign in to comment.