Skip to content

Commit

Permalink
test coverage: SummaryHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Feb 25, 2019
1 parent 2f0cb1c commit 94caef3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/packages_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,12 @@ def product(properties = {})
end
end

describe "#SummaryHelp" do
it "runs all code and returns a String" do
expect(subject.SummaryHelp([:pattern, :size])).to be_a(String)
end
end

describe "#proposal_for_update" do
before do
allow(subject).to receive(:PackagesProposalChanged).and_return(changed)
Expand Down

0 comments on commit 94caef3

Please sign in to comment.