Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 16, 2024
1 parent 79a6449 commit d1bee94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/y2storage/dialogs/guided_setup/select_scheme_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env rspec
# coding: utf-8
# Copyright (c) [2017] SUSE LLC
#
# All Rights Reserved.
Expand Down
4 changes: 3 additions & 1 deletion test/y2storage/dialogs/proposal_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ def menu_button_item_with_id(id, content)
end

let(:proposal) do
double("Y2Storage::GuidedProposal", proposed?: proposed, settings: nil, auto_settings_adjustment: adjustment)
double("Y2Storage::GuidedProposal",
proposed?: proposed, settings: nil,
auto_settings_adjustment: adjustment)
end
let(:adjustment) { nil }

Expand Down

0 comments on commit d1bee94

Please sign in to comment.