Skip to content

Commit

Permalink
Add check-template-location: false and remove @Rollback so integratio…
Browse files Browse the repository at this point in the history
…n tests can run
  • Loading branch information
sbearcsiro committed Jul 21, 2017
1 parent 2859d86 commit 3b4d4ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ info:
name: '@info.app.name@'
version: '@info.app.version@'
grailsVersion: '@info.app.grailsVersion@'
spring:
groovy:
template:
check-template-location: false
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import spock.lang.*
import geb.spock.*

@Integration
@Rollback
class CsvTestControllerGebSpec extends GebSpec {

def setup() {
Expand Down

0 comments on commit 3b4d4ee

Please sign in to comment.