test/cask/dsl/container_spec: fix test failure with Ruby 3.4
This commit is contained in:
parent
e021a6b7dd
commit
3049d21ca0
@ -17,7 +17,7 @@ RSpec.describe Cask::DSL::Container do
|
||||
let(:params) { { nested: "NestedApp.dmg", type: :naked } }
|
||||
|
||||
it "returns the stringified attributes" do
|
||||
expect(container.to_s).to eq('{:nested=>"NestedApp.dmg", :type=>:naked}')
|
||||
expect(container.to_s).to eq(params.inspect)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user