# frozen_string_literal: true RSpec.describe Mcp do it "has a version number" do expect(distance([1, 1], [1, 2])).to eq(1) end it "does something useful" do expect(false).to eq(true) end end