summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/SlackBuilder/PackageSpec.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/SlackBuilder/PackageSpec.hs b/tests/SlackBuilder/PackageSpec.hs
new file mode 100644
index 0000000..d8617a4
--- /dev/null
+++ b/tests/SlackBuilder/PackageSpec.hs
@@ -0,0 +1,8 @@
+module SlackBuilder.PackageSpec
+ ( spec
+ ) where
+
+import Test.Hspec (Spec)
+
+spec :: Spec
+spec = pure ()