Skip to content

Commit

Permalink
improve sluggy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 30, 2024
1 parent af9afda commit 86f17f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/sluggy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.lando.local.yml
14 changes: 13 additions & 1 deletion examples/sluggy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ Run the following commands to validate things are rolling as they should.

```bash
# Should correctly match up sluggy names
lando do-i-exist
lando do-i-exist | grep icachethereforeiam

# Should be destroyed with success
lando destroy -y

# Should be renamed to landoSluggy
echo "name: landoSluggy" > .lando.local.yml

# Should start up successfully
lando start

# Should correctly match up sluggy names
lando do-i-exist | grep icachethereforeiam
```

## Destroy tests
Expand Down

0 comments on commit 86f17f6

Please sign in to comment.