Created
November 2, 2016 08:18
-
-
Save jraregris/db0dae92db8b05d0c58bdcd34f8fe9dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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