Skip to content

Commit 3af8de3

Browse files
(PE-42025) rubocop updates
1 parent 1c07c04 commit 3af8de3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/plans/subplans/install_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#########
2828
## <🤮>
29-
# rubocop:disable AnyInstance
29+
# rubocop:disable RSpec/AnyInstance
3030
allow(Tempfile).to receive(:new).and_call_original
3131
allow(Pathname).to receive(:new).and_call_original
3232
allow(Puppet::FileSystem).to receive(:exist?).and_call_original
@@ -40,7 +40,7 @@
4040
allow_any_instance_of(BoltSpec::Plans::MockExecutor).to receive(:module_file_id).with('/mock').and_return('/mock')
4141

4242
allow_upload('/mock')
43-
# rubocop:enable AnyInstance
43+
# rubocop:enable RSpec/AnyInstance
4444
## </🤮>
4545
##########
4646
end

spec/plans/util/retrieve_and_upload_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#########
1717
## <🤮>
18-
# rubocop:disable AnyInstance
18+
# rubocop:disable RSpec/AnyInstance
1919
allow(Pathname).to receive(:new).and_call_original
2020
allow(Puppet::FileSystem).to receive(:exist?).and_call_original
2121
allow_any_instance_of(BoltSpec::Plans::MockExecutor).to receive(:module_file_id).and_call_original
@@ -36,7 +36,7 @@
3636
Bolt::ResultSet.new(results)
3737
end
3838

39-
# rubocop:enable AnyInstance
39+
# rubocop:enable RSpec/AnyInstance
4040
## </🤮>
4141
##########
4242

0 commit comments

Comments
 (0)