Skip to content

Commit

Permalink
added spock-report project
Browse files Browse the repository at this point in the history
- initial mockup of html report
  • Loading branch information
pniederw committed Jan 9, 2013
1 parent 9d9cf0b commit cd0c295
Show file tree
Hide file tree
Showing 19 changed files with 10,368 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include "spock-core"
include "spock-guice"
include "spock-maven"
include "spock-report"
include "spock-specs"
include "spock-spring"
include "spock-tapestry"
Expand Down
12 changes: 12 additions & 0 deletions spock-report/report.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apply from: script("publishMaven")

displayName = "Spock Framework - Report Module"

description = "Generates HTML reports that read like a specification."

dependencies {
compile project(":spock-core")
//compile "com.github.jknack:handlebars:0.7.0"
//compile "com.fasterxml.jackson.core:jackson-core:2.1.2"
//compile "com.fasterxml.jackson.core:jackson-databind:2.1.2"
}
Loading

0 comments on commit cd0c295

Please sign in to comment.