From 2668afef07617c3b3cc61febb587480b38cf0c5d Mon Sep 17 00:00:00 2001 From: harrah Date: Mon, 20 Jun 2011 09:12:47 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing.md b/Testing.md index 7fc695f..b857349 100644 --- a/Testing.md +++ b/Testing.md @@ -163,6 +163,7 @@ object B extends Build * `settings( libraryDependencies += specs )` adds specs to both the standard `test` configuration and the integration test configuration `it`. To define a dependency only for integration tests, use `"it"` as the configuration instead of `"it,test"`. The standard source hierarchy is used: + * `src/it/scala` for Scala sources * `src/it/java` for Java sources * `src/it/resources` for resources that should go on the integration test classpath