Skip to content

Commit

Permalink
Drop Yast::Routing module
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Apr 9, 2019
1 parent 0f0c057 commit 230ae03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/include/network/lan/complex.rb
Expand Up @@ -40,7 +40,6 @@ def initialize_network_lan_complex(include_target)
Yast.import "Mode"
Yast.import "NetworkConfig"
Yast.import "NetworkService"
Yast.import "Routing"
Yast.import "Wizard"
Yast.import "Popup"
Yast.import "Label"
Expand Down
1 change: 0 additions & 1 deletion src/lib/network/network_autoyast.rb
Expand Up @@ -22,7 +22,6 @@ def initialize
Yast.import "LanItems"
Yast.import "Linuxrc"
Yast.import "Host"
Yast.import "Routing"
Yast.import "AutoInstall"
end

Expand Down
1 change: 0 additions & 1 deletion test/SCRStub.rb
Expand Up @@ -87,7 +87,6 @@ def mock_path(target, content, params = nil)
module YaPINetworkStub
def stub_network_reads
allow(Yast::DNS).to receive(:Read)
allow(Yast::Routing).to receive(:Read)
allow(Yast::NetworkInterfaces).to receive(:CleanCacheRead)
allow(Yast::LanItems).to receive(:Read)
end
Expand Down

0 comments on commit 230ae03

Please sign in to comment.