Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jul 25, 2016
1 parent 921aa2b commit ea94e88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/inst_update_installer_test.rb
Expand Up @@ -184,9 +184,9 @@

let(:base_product) do
{
"arch" => "x86_64",
"name" => "SLES",
"version" => "12-2",
"arch" => "x86_64",
"name" => "SLES",
"version" => "12-2",
"release_type" => ""
}
end
Expand All @@ -204,7 +204,7 @@

let(:sw_mgmt) do
double("sw_mgmt", base_product_to_register: base_product,
remote_product: product)
remote_product: product)
end

let(:suse_connect) do
Expand Down

0 comments on commit ea94e88

Please sign in to comment.