source: branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy @ 937

Last change on this file since 937 was 937, checked in by gav, 13 years ago

Formatting only.

File size: 292 bytes
Line 
1import geb.spock.GebReportingSpec
2
3/**
4 *
5 */
6class GebReportingSpecBase extends GebReportingSpec {
7    def appName = grails.util.Metadata.current.'app.name'
8    String getBaseUrl() { "http://localhost:8080/$appName/" }
9    File getReportDir() { new File("target/test-reports/geb-pages") }
10}
Note: See TracBrowser for help on using the repository browser.