features/landrush_ip.feature in landrush-1.3.0 vs features/landrush_ip.feature in landrush-1.3.1
- old
+ new
@@ -23,10 +23,13 @@
end
"""
When I successfully run `bundle exec vagrant up --provider <provider>`
Then the host visible IP address of the guest is the IP of interface "eth3"
+ When I successfully run `bundle exec vagrant landrush stop`
+ Then Landrush is not running
+
Examples:
| box | provider |
| debian/jessie64 | virtualbox |
Scenario Outline: booting a box and excluding interfaces it should pick the last interface
@@ -50,8 +53,12 @@
end
"""
When I successfully run `bundle exec vagrant up --provider <provider>`
Then the host visible IP address of the guest is the IP of interface "eth4"
+ When I successfully run `bundle exec vagrant landrush stop`
+ Then Landrush is not running
+
Examples:
| box | provider |
| debian/jessie64 | virtualbox |
+