aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/hash/key_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/hash/key_spec.rb')
-rw-r--r--spec/ruby/core/hash/key_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/core/hash/key_spec.rb b/spec/ruby/core/hash/key_spec.rb
index dc78174641..da3c5de972 100644
--- a/spec/ruby/core/hash/key_spec.rb
+++ b/spec/ruby/core/hash/key_spec.rb
@@ -4,9 +4,9 @@ require File.expand_path('../shared/key', __FILE__)
require File.expand_path('../shared/index', __FILE__)
describe "Hash#key?" do
- it_behaves_like(:hash_key_p, :key?)
+ it_behaves_like :hash_key_p, :key?
end
describe "Hash#key" do
- it_behaves_like(:hash_index, :key)
+ it_behaves_like :hash_index, :key
end