Skip to content

Commit

Permalink
Merge 9dcbc40 into c14b1e7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Nov 2, 2022
2 parents c14b1e7 + 9dcbc40 commit d873cb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage-ng.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 2 16:04:22 UTC 2022 - Martin Vidner <mvidner@suse.com>

- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.11

-------------------------------------------------------------------
Fri Oct 21 08:08:01 UTC 2022 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage-ng.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-storage-ng
Version: 4.5.10
Version: 4.5.11
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
Expand Down
3 changes: 2 additions & 1 deletion test/y2storage/clients/manual_test_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
include_examples "mock devicegraph"

it "mocks the product features" do
expect(Yast::ProductFeatures).to receive(:Import).with(some: "value")
profile = { some: "value" }
expect(Yast::ProductFeatures).to receive(:Import).with(profile)
described_class.run
end

Expand Down

0 comments on commit d873cb9

Please sign in to comment.