| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
We got some weird indentations
because some code editors normalise whitespace
and do so to different levels.
This also took the opportunity to re-justify the text too.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a smoke test that gitano doesn't choke in being told the owner must
change.
Gitano doesn't currently validate that the new owner must exist,
and it probably should, but I don't want to add more steps to the test runtime,
so I've made a note of what would need to be added.
|
| |
|
|
In order that we can test every command individually, we want a yarn for each
command. These tests should be run before any of the more complex scenarios.
As such, we group them all under 02-commands.
For now, these yarn files are empty. As time goes by we will add tests for
everything these commands can do.
|