diff --git a/.studiorc b/.studiorc deleted file mode 100644 index 2155486..0000000 --- a/.studiorc +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# This is the place you can extend the funcitonality of the studio - -hab pkg install chef/studio-common >/dev/null -source "$(hab pkg path chef/studio-common)/bin/studio-common" - -function run_tests() { - install_if_missing core/go go - install_if_missing core/gcc gcc - go test -}