Skip to content

Instantly share code, notes, and snippets.

@jraregris
Created November 2, 2016 08:18
Show Gist options
  • Save jraregris/db0dae92db8b05d0c58bdcd34f8fe9dd to your computer and use it in GitHub Desktop.
Save jraregris/db0dae92db8b05d0c58bdcd34f8fe9dd to your computer and use it in GitHub Desktop.
describe Klassen do
describe metode do
it "should throw execption when given no parameters" do
...
end
it "should return whatever when given whatever" do
...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment