describe “.process” do it “raises if arg1 is not negative” do expect { process(0) }.to raise_error(StandardError) end end