Skip to content

Commit b511809

Browse files
committed
[tests] change super to super() - jruby/jruby#6571
1 parent 99a4619 commit b511809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/outputs/s3_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
describe "temporary directory" do
142142
let(:temporary_directory) { Stud::Temporary.pathname }
143-
let(:options) { super.merge({ "temporary_directory" => temporary_directory }) }
143+
let(:options) { super().merge({ "temporary_directory" => temporary_directory }) }
144144

145145
it "creates the directory when it doesn't exist" do
146146
expect(Dir.exist?(temporary_directory)).to be_falsey

0 commit comments

Comments
 (0)