Skip to content

Commit

Permalink
Rubocop fix: Style/MultilineMethodCallBraceLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 20, 2017
1 parent 3923ced commit cb3bb30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/zfcp_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
# Removing all fcp devices from blacklist
expect(Yast::SCR).to receive(:Execute).with(anything, /\/sbin\/vmcp q v fcp/).and_return(
"exit" => 0,
"stdout" => "FCP F800 ON FCP F807 CHPID 1C SUBCHANNEL = 000B\n F800 TOKEN = 0000000362A42C00")
"stdout" => "FCP F800 ON FCP F807 CHPID 1C SUBCHANNEL = 000B\n F800 TOKEN = 0000000362A42C00"
)
expect(Yast::SCR).to receive(:Execute).with(anything, /\/sbin\/cio_ignore -r f800/).and_return(0)

expect(Yast::ZFCPController.GetControllers()).to eq(
Expand Down

0 comments on commit cb3bb30

Please sign in to comment.