aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lang/switch_spec.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lang/switch_spec.moon')
-rw-r--r--spec/lang/switch_spec.moon4
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!