We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4fa6cc + 4bd6472 commit f74a2d4Copy full SHA for f74a2d4
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
ruby:
24
+ - 3.4
25
- 3.3
26
- 3.2
27
- 3.1
spec/draper/decorator_spec.rb
@@ -451,7 +451,7 @@ module Draper
451
it "includes the context" do
452
decorator = Decorator.new(double, context: {foo: "bar"})
453
454
- expect(decorator.inspect).to include '@context={:foo=>"bar"}'
+ expect(decorator.inspect).to include "@context=#{{foo: "bar"}}"
455
end
456
457
it "includes other instance variables" do
0 commit comments