Skip to content

Commit

Permalink
Fix AutoInstallRules test
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 8, 2017
1 parent fb7246c commit 6a96ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/AutoInstallRules_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
let(:root_path) { File.expand_path('../..', __FILE__) }

describe "#ProbeRules" do
before { subject.main }

it "detect system properties" do
expect(Yast::SCR).to receive(:Read).with(Yast::Path.new(".probe.bios")).and_return([])
expect(Yast::SCR).to receive(:Read).with(Yast::Path.new(".probe.memory")).and_return([])
Expand Down

0 comments on commit 6a96ded

Please sign in to comment.