describe "eql" do
  it "matches when expected.eql?(actual)" do
    expect(1).to eql(1)
  end