Skip to content

Commit 37eea39

Browse files
committed
chore: removed unused references from rhoaster
1 parent 5a71d55 commit 37eea39

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,3 @@ $ oc new-project my-example-project # Create a project to deploy to
3636
$ npm run openshift # Deploys the example app
3737
```
3838

39-
This app has an example of integration test using an [integration test tool for Node.js apps on OpenShift](https://github.com/nodeshift/rhoaster)
40-
41-
Once you started your local OpenShift instance you can check it out by running the following commands:
42-
43-
```
44-
npm run test:integration
45-
```
46-
47-
It will deploy the app to local OpenShift and run the tests located on `test/integration` directory.
48-
49-
```
50-
npm run test:integration:undeploy
51-
```
52-
53-
Performs undeploy of the app inside local OpenShift.

0 commit comments

Comments
 (0)