Skip to content

Commit

Permalink
HUB-000: Enable the content feed ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
retroredge committed Feb 24, 2017
1 parent bb7367e commit c675255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/groovy/HubContentFeedUiSpec.groovy
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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<String> response = Unirest.get(theHub.contentFeedUiUri).asString()
Expand Down

0 comments on commit c675255

Please sign in to comment.