We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a4619 commit b511809Copy full SHA for b511809
spec/outputs/s3_spec.rb
@@ -140,7 +140,7 @@
140
141
describe "temporary directory" do
142
let(:temporary_directory) { Stud::Temporary.pathname }
143
- let(:options) { super.merge({ "temporary_directory" => temporary_directory }) }
+ let(:options) { super().merge({ "temporary_directory" => temporary_directory }) }
144
145
it "creates the directory when it doesn't exist" do
146
expect(Dir.exist?(temporary_directory)).to be_falsey
0 commit comments