Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 7, 2016
1 parent 7cbe9fe commit e5019bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootloader_factory_test.rb
Expand Up @@ -15,7 +15,7 @@
allow(Bootloader::Sysconfig).to receive(:from_system)
.and_return(Bootloader::Sysconfig.new(bootloader: "grub"))

expect{Bootloader::BootloaderFactory.system}.to raise_error(Bootloader::UnsupportedBootloader)
expect { Bootloader::BootloaderFactory.system }.to raise_error(Bootloader::UnsupportedBootloader)
end

it "returns nil if sysconfig do not specify bootloader" do
Expand Down

0 comments on commit e5019bb

Please sign in to comment.