summaryrefslogtreecommitdiff
path: root/spec/lib/safe_zip/entry_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/safe_zip/entry_spec.rb')
-rw-r--r--spec/lib/safe_zip/entry_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/safe_zip/entry_spec.rb b/spec/lib/safe_zip/entry_spec.rb
index be3d46917ee..9929b8073a0 100644
--- a/spec/lib/safe_zip/entry_spec.rb
+++ b/spec/lib/safe_zip/entry_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe SafeZip::Entry do
+RSpec.describe SafeZip::Entry do
let(:target_path) { Dir.mktmpdir('safe-zip') }
let(:directories) { %w(public folder/with/subfolder) }
let(:params) { SafeZip::ExtractParams.new(directories: directories, to: target_path) }