Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 13, 2016
1 parent ef0085f commit 7ae8212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/grub2_widgets_test.rb
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/sections_test.rb
Expand Up @@ -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)
Expand Down

0 comments on commit 7ae8212

Please sign in to comment.