Skip to content

Instantly share code, notes, and snippets.

@mariokostelac
Last active August 14, 2017 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariokostelac/992bd2a11f140ade192df2d26fe5afd6 to your computer and use it in GitHub Desktop.
Save mariokostelac/992bd2a11f140ade192df2d26fe5afd6 to your computer and use it in GitHub Desktop.
describe “.process” do
it “raises if arg1 is not negative” do
expect { process(0) }.to raise_error(StandardError)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment