Changeset 925 for branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy
- Timestamp:
- May 17, 2011, 11:37:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy
r912 r925 11 11 @Stepwise 12 12 class LoginSpec extends GebReportingSpec { 13 String getBaseUrl() { "http://localhost:8080/gnumims" } 13 def appName = grails.util.Metadata.current.'app.name' 14 String getBaseUrl() { "http://localhost:8080/$appName/" } 14 15 File getReportDir() { new File("target/reports/geb") } 15 16
Note: See TracChangeset
for help on using the changeset viewer.