Skip to content

Commit

Permalink
Polish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed May 9, 2020
1 parent 4d0bf77 commit 499242a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/modules/gcloud.md
Expand Up @@ -33,14 +33,6 @@ public void someTestMethod() {
assertThat(datastore.get(key).getString("description")).isEqualTo("my description");
```

This module relies in the alpine image provided by Google and it will install the components in order to spin up the service. If you have custom images, the recommendation is to use `GCloudGenericContainer`.

```java
@Rule
public GCloudGenericContainer emulator = new GCloudGenericContainer("custom-datasotore-image")
.withExposedPorts(8081).setWaitStrategy(Wait.forHttp("/").forStatusCode(200));
```

## Adding this module to your project dependencies

Add the following dependency to your `pom.xml`/`build.gradle` file:
Expand Down

0 comments on commit 499242a

Please sign in to comment.