diff --git a/test/grub2_widgets_test.rb b/test/grub2_widgets_test.rb index dd52600ca..0027ec37c 100644 --- a/test/grub2_widgets_test.rb +++ b/test/grub2_widgets_test.rb @@ -596,7 +596,7 @@ def stub_widget_value(id, value) before do sections = [ { title: "openSUSE", path: "openSUSE" }, - { title: "windows", path: "windows" }, + { title: "windows", path: "windows" } ] grub_cfg = double(boot_entries: sections) assign_bootloader diff --git a/test/sections_test.rb b/test/sections_test.rb index 745b09b47..f91cfbf85 100644 --- a/test/sections_test.rb +++ b/test/sections_test.rb @@ -8,7 +8,7 @@ subject do sections = [ { title: "linux", path: "linux" }, - { title: "windows", path: "alien>windows" }, + { title: "windows", path: "alien>windows" } ] grub_cfg = double("CFA::Grub2::GrubCfg", boot_entries: sections) Bootloader::Sections.new(grub_cfg)