Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 3, 2017
1 parent d393a2b commit e49b2cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/autoyast_converter_test.rb
Expand Up @@ -113,12 +113,12 @@
bootloader.trusted_boot = true

expected_export = {
"append" => "verbose nomodeset",
"terminal" => "gfxterm",
"os_prober" => "true",
"hiddenmenu" => "true",
"timeout" => 10,
"trusted_grub" => "true"
"append" => "verbose nomodeset",
"terminal" => "gfxterm",
"os_prober" => "true",
"hiddenmenu" => "true",
"timeout" => 10,
"trusted_grub" => "true"
}

expect(subject.export(bootloader)["global"]).to eq expected_export
Expand Down

0 comments on commit e49b2cd

Please sign in to comment.