Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Issue #274 Making sure all Cucumber tests shutdown Landrush server
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Sep 5, 2018
1 parent ad0622e commit b30d04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/dns_resolution.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Feature: dns_resolution
Then the hostname "my-static-cname-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the internal DNS server
And the hostname "my-static-cname-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the host

When I successfully run `bundle exec vagrant landrush stop`
Then Landrush is not running

Examples:
| box | provider |
| debian/jessie64 | virtualbox |
Expand Down

0 comments on commit b30d04c

Please sign in to comment.