Skip to content

Commit

Permalink
Fix rubocop offenses in the fake client
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Feb 21, 2020
1 parent 375ebea commit 5a5d009
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib/registration/clients/test_addon_selection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ def addon_generator(params = {})
end

module Yast
class Registration::Addon
# def self.find_all(registration)
# YAML.load_file("test/fixtures/sle15_addons.yaml")
# end
module Registration
class Addon
# def self.find_all(_registration)
# YAML.load_file("test/fixtures/sle15_addons.yaml")
# end
end
end

class TestAddonSelectionClient < Client
Expand All @@ -48,7 +50,6 @@ def main
Yast.import "Stage"
Yast.import "Wizard"


Stage.Set("continue")
Mode.SetMode("installation")

Expand Down

0 comments on commit 5a5d009

Please sign in to comment.