diff options
Diffstat (limited to 'spec/lang')
| -rw-r--r-- | spec/lang/switch_spec.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lang/switch_spec.moon b/spec/lang/switch_spec.moon new file mode 100644 index 0000000..eeda2cf --- /dev/null +++ b/spec/lang/switch_spec.moon @@ -0,0 +1,4 @@ +import TestPilot from require 'spec.test_setup' + +describe "switch", -> + COPILOT = TestPilot! |
