summaryrefslogtreecommitdiff
path: root/testing/02-commands-config.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Some more tiny tweaks in wording, remove readme yarnDaniel Silverstone2017-01-021-1/+1
|
* Explain 'configuration changes stick' slightly betterDaniel Silverstone2017-01-021-2/+6
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-4/+2
|
* testing: Reformat yarnsRichard Maw2017-01-021-5/+5
| | | | | | | | 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.
* testing: Add teardown step to all scenariosRichard Maw2016-12-181-0/+8
|
* Remove set-owner and ensure setting project.owner gets validatedDaniel Silverstone2016-08-201-11/+6
|
* testing: Test that project.owner can be setRichard Maw2015-12-041-0/+18
| | | | | | | | | 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.
* Add tests for configDaniel Silverstone2014-05-171-0/+91
|
* Add empty command yarnsDaniel Silverstone2013-06-221-0/+1
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.