Skip to content

Commit

Permalink
More rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 23, 2016
1 parent 5d7f16c commit a045712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/packages/test/package_system_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"solvable" => "dummy-package",
"text" => "Some dummy text.",
"installationPath" => "/var/adm/update-message/dummy-package-1.0",
"currentPath" => "/var/adm/update-message/dummy-package-1.0",
"currentPath" => "/var/adm/update-message/dummy-package-1.0"
}
end

it "shows the update messages" do
expect(Yast::PackagesUI).to receive(:show_update_messages).with(result)
expect(system.DoInstallAndRemove(['pkg1'], ['pkg2'])).to eq(true)
expect(system.DoInstallAndRemove(["pkg1"], ["pkg2"])).to eq(true)
end
end
end
Expand Down

0 comments on commit a045712

Please sign in to comment.