summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/dedup_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/dedup_spec.rb')
-rw-r--r--spec/ruby/core/string/dedup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/dedup_spec.rb b/spec/ruby/core/string/dedup_spec.rb
index 919d440c51..57d2be2cfd 100644
--- a/spec/ruby/core/string/dedup_spec.rb
+++ b/spec/ruby/core/string/dedup_spec.rb
@@ -2,7 +2,7 @@ require_relative '../../spec_helper'
require_relative 'shared/dedup'
describe 'String#dedup' do
- ruby_version_is '3.2'do
+ ruby_version_is '3.2' do
it_behaves_like :string_dedup, :dedup
end
end