From 8bd05f8740d4085aaa75e8cb8fc36f21ec87ed4c Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Thu, 18 Jan 2018 15:02:44 +0100 Subject: [PATCH] adapted testcases --- test/autoinst_storage_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/autoinst_storage_test.rb b/test/autoinst_storage_test.rb index bfc22bdda..c3bef20d2 100755 --- a/test/autoinst_storage_test.rb +++ b/test/autoinst_storage_test.rb @@ -190,8 +190,6 @@ let(:profile) { { "proposal_lvm" => true } } it "overrides control file values" do - expect(Yast::ProductFeatures).to receive(:SetSection) - .with("partitioning", profile) subject.import_general_settings(profile) end