Skip to content

Commit

Permalink
fixed build in obs
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jun 12, 2018
1 parent 1f25ad0 commit d46f4eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Expand Up @@ -24,6 +24,9 @@ def stub_module(name)
Yast.const_set name.to_sym, Class.new { def self.fake_method; end }
end

# stub classes from other modules to speed up a build
stub_module("AutoInstall")

# A two level section/key => value store
# to remember values of /etc/sysconfig/network/ifcfg-*
class SectionKeyValue
Expand Down

0 comments on commit d46f4eb

Please sign in to comment.