Skip to content

Commit

Permalink
Fix AutoinstGeneral_test
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Dec 1, 2016
1 parent e5c4642 commit f4bee9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/AutoinstGeneral_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
end

before do
allow(Yast).to receive(:import).and_call_original
allow(Yast).to receive(:import).with("FileSystems").and_return(nil)
stub_const("Yast::FileSystems", filesystems)
end
Expand Down

0 comments on commit f4bee9d

Please sign in to comment.