summaryrefslogtreecommitdiff
path: root/spec/ruby/core/method/case_compare_spec.rb
blob: 17785b5c1df8596b68b8d3c0c484abb30a5fd129 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/call'

ruby_version_is "2.5" do
  describe "Method#===" do
    it_behaves_like :method_call, :===
  end
end