summaryrefslogtreecommitdiff
path: root/testing/02-commands-rename.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Some documentation for the rename yarnDaniel Silverstone2017-01-021-1/+13
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-021-3/+1
|
* testing: Reformat yarnsRichard Maw2017-01-021-29/+33
| | | | | | | | 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/+2
|
* Rename rules-patches to admin-patches since that's what they areDaniel Silverstone2016-12-181-1/+1
|
* yarns: Amend rename text for new error messageRichard Maw2016-12-031-3/+1
| | | | | | | | | | | | | | | This was previously commented out because the given error message was that the ruleset denied action. This was because the only way reading was permitted was by repository ownership, and since the repository did not exist it could not have an owner. Since the rules skeleton was updated to allow read in the user's prefix it can have a more useful error message if the repository does not exist. The message produced when a repository is missing was also changed since the code was commented out, due to localisation changes, so as well as re-enabling these commands the error message has been updated to reflect its new wording.
* Fix information leak in rename command, enable the tests for that, disable a ↵Daniel Silverstone2016-11-131-4/+4
| | | | test which now shouldn't pass
* testing: Add rename testsRichard Maw2016-11-051-0/+44
| | | | | The information leak tests currently fail, so have been commented out.
* 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.