github.com/tooploox/oya@v0.0.21-0.20230524103240-1cda1861aad6/features/home.feature (about)

     1  Feature: Home directory
     2  
     3  Background:
     4     Given I'm in project dir
     5  
     6  Scenario: Decide where installed packs are stored
     7    Given file ./Oyafile containing
     8      """
     9      Project: project
    10      """
    11    And the OYA_HOME environment variable set to "/tmp/oya_home"
    12    When I run "oya get github.com/tooploox/oya-fixtures@v1.0.0"
    13    Then the command succeeds
    14    And file /tmp/oya_home/.oya/packs/github.com/tooploox/oya-fixtures@v1.0.0/Oyafile exists