diff --git a/test/boot_support_test.rb b/test/boot_support_test.rb index 3949bdcc2..e29bda967 100644 --- a/test/boot_support_test.rb +++ b/test/boot_support_test.rb @@ -42,8 +42,8 @@ expect(subject.SystemSupported).to eq false end - it "returns false if systemd-boot is used and UEFI is not supported" do - Bootloader::BootloaderFactory.current_name = "systemd-boot" + it "returns false if grub2-bls is used and UEFI is not supported" do + Bootloader::BootloaderFactory.current_name = "grub2-bls" allow(subject).to receive(:efi?).and_return(false) expect(subject.SystemSupported).to eq false