describe "eq" do
  it "matches when actual == expected" do
    expect(:foo).to eq(:foo)
  end