summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
blob: 6dad426e2efbc9063ecf016d820374d5227cbc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
Morph Building Tests
======================

    SCENARIO attempting to build a system morphology which has never been committed
    GIVEN a workspace
    AND a git server
    WHEN the user checks out the system branch called master
    AND the user creates an uncommitted system morphology called base-system for our architecture in system branch master
    AND the user attempts to build the system base-system in branch master
    THEN morph failed
    AND the build error message includes the string "Did you forget to commit it?"