github.com/go-chef/chef@v0.30.1/.studiorc (about)

     1  #!/bin/bash
     2  #
     3  # This is the place you can extend the funcitonality of the studio
     4  
     5  hab pkg install chef/studio-common >/dev/null
     6  source "$(hab pkg path chef/studio-common)/bin/studio-common"
     7  
     8  function run_tests() {
     9    install_if_missing core/go go
    10    install_if_missing core/gcc gcc
    11    go test
    12  }