summaryrefslogtreecommitdiff
path: root/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb')
-rw-r--r--spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb b/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
index 72cb579ad4..ac04336636 100644
--- a/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
+++ b/spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
@@ -23,7 +23,7 @@ class CompactIndexPartialUpdateBadDigest < CompactIndexAPI
FileUtils.rm_f(file)
file = CompactIndex::VersionsFile.new(file.to_s)
file.create(gems)
- file.contents([], :calculate_info_checksums => true)
+ file.contents([], calculate_info_checksums: true)
end
end