Last change
on this file since 932 was
931,
checked in by gav, 14 years ago
|
Move functional test classes to the default package to enable use of gnuMims services.
Since services are in the default package and in Java and Groovy it is not possible to import from the default package.
|
File size:
294 bytes
|
Rev | Line | |
---|
[929] | 1 | |
---|
[931] | 2 | |
---|
[929] | 3 | import geb.spock.GebReportingSpec |
---|
| 4 | |
---|
| 5 | /** |
---|
| 6 | * |
---|
| 7 | */ |
---|
| 8 | class GebReportingSpecBase extends GebReportingSpec { |
---|
| 9 | def appName = grails.util.Metadata.current.'app.name' |
---|
| 10 | String getBaseUrl() { "http://localhost:8080/$appName/" } |
---|
| 11 | File getReportDir() { new File("target/test-reports/geb-pages") } |
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.