summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/eql_spec.rb
blob: f8878d7f4eab18ed1f0bd93da46602b5cb6ef9fe (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/equal_value', __FILE__)

describe "Module#eql?" do
  it_behaves_like(:module_equal, :eql?)
end