require_relative "spec_helper"

RSpec.describe "failing" do
  it "fails" do
    exoect(1).to eq 2
  end
end
