summaryrefslogtreecommitdiff
path: root/spec/ruby/security/cve_2011_4815_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/security/cve_2011_4815_spec.rb')
-rw-r--r--spec/ruby/security/cve_2011_4815_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/ruby/security/cve_2011_4815_spec.rb b/spec/ruby/security/cve_2011_4815_spec.rb
index 02ef10d562..554e014a1f 100644
--- a/spec/ruby/security/cve_2011_4815_spec.rb
+++ b/spec/ruby/security/cve_2011_4815_spec.rb
@@ -35,9 +35,7 @@ describe "String#hash" do
end
describe "Symbol#hash" do
- ruby_bug "#13376", "2.3.0"..."2.3.4" do
- it_behaves_like :resists_cve_2011_4815, ':a'
- end
+ it_behaves_like :resists_cve_2011_4815, ':a'
end
describe "Array#hash" do