Skip to content

Commit f9e7d93

Browse files
committed
Remove pendingfeature from HomeSpec, now that it passes
1 parent d495ae5 commit f9e7d93

File tree

1 file changed

+0
-1
lines changed
  • grails-test-examples/app1/src/integration-test/groovy/functionaltests

1 file changed

+0
-1
lines changed

grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import spock.lang.PendingFeature
88
@Integration(applicationClass = Application)
99
class HomeSpec extends ContainerGebSpec {
1010

11-
@PendingFeature(reason = 'Pending fix for https://github.com/grails/grails-core/issues/13846')
1211
void "Test the home page renders correctly"() {
1312
when:"The home page is visited"
1413
go '/'

0 commit comments

Comments
 (0)