Closed MarcelSchmidberger closed 6 years ago
All my git problems seem to be (at least in part) not to be due to my stupidity, i hope...
Estimation: 13
fixed with a workaround: more infos here: https://github.com/hpi-swa-teaching/AcceptIt/wiki/Acceptit---project-development-from-April-2018-to-July-2018#acceptance-tests-in-git
Expected Behavior
Steps should be commitable just like normal methods.
Actual Behavior
The git browser fails when trying to diff to versions of a step. So the first commit is fine but the second one will result in problems no mather what you do. Even without changes to a step the commit fails. After entering the commit message git tries to diff your state with the one from the repo. Here the step implementation fails. The differ is not able to deduce the selector of the step and sets it to nil which results in a message not understood error.
Steps to reproduce error
commit twice with implemented steps. (Just empty steps is enough)