Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ymasory committed May 4, 2011
1 parent 97d2798 commit d267eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ You can contribute tests using ScalaTests, ScalaCheck, Specs, or JUnit. You can

### Naming ###
If you want to write a test for `scala.collection.immutable.List` you should:

* Put it in a file named `src/test/scala/collection/immutable/List.scala`.
* Put your code in a class/object named `ListTest`.
* Put `ListTest` in the package `quala.collection.immutable.List`.

0 comments on commit d267eaf

Please sign in to comment.