Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jun 12, 2018
1 parent a9cbd18 commit 43f946e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/host_test.rb
Expand Up @@ -150,10 +150,10 @@
expect(Yast::AutoInstall).to receive(:issues_list).and_return(i_list)
expect(i_list).to receive(:add)
.with(:invalid_value,
"host",
"names",
"",
"The name must not be empty for 10.20.1.29.")
"host",
"names",
"",
"The name must not be empty for 10.20.1.29.")
Yast::Host.Import("hosts" => { "10.20.1.29" => [" "] })
end

Expand Down

0 comments on commit 43f946e

Please sign in to comment.