Skip to content

Commit

Permalink
Fix storage shared examples
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 28, 2020
1 parent 700e5c9 commit 9ae12b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/lib/widgets/storage/shared_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
end

describe "#value=" do
before do
allow(subject).to receive(:change_items)
end

context "when given value is a valid disk size" do
let(:size) { 67108864 }

Expand Down

0 comments on commit 9ae12b2

Please sign in to comment.