diff --git a/src/test/groovy/HubContentFeedUiSpec.groovy b/src/test/groovy/HubContentFeedUiSpec.groovy index b8bc708..5f2425b 100644 --- a/src/test/groovy/HubContentFeedUiSpec.groovy +++ b/src/test/groovy/HubContentFeedUiSpec.groovy @@ -1,7 +1,6 @@ import com.mashape.unirest.http.HttpResponse import com.mashape.unirest.http.Unirest import org.apache.http.HttpStatus -import spock.lang.Ignore import spock.lang.Shared import spock.lang.Specification @@ -10,7 +9,6 @@ class HubContentFeedUiSpec extends Specification { @Shared Hub theHub = new Hub() - @Ignore def 'Content Feed UI application is available'() { when: 'I access the Content Feed UI' HttpResponse response = Unirest.get(theHub.contentFeedUiUri).asString()