aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/proc/equal_value_spec.rb
blob: e50ea1a53b7d00ab7637b170fe13719c22e8d4ac (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/equal', __FILE__)

describe "Proc#==" do
  it_behaves_like(:proc_equal_undefined, :==)
end