summaryrefslogtreecommitdiff
path: root/spec/flint_spec.cr
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2022-08-29 17:53:29 +1200
committerMatthew Hall <hallmatthew314@gmail.com>2022-08-29 17:53:29 +1200
commit3ec262b17620424d0e1c7b9411f6757c609238f6 (patch)
tree803ac267b4c1707ca717213395dbb4c34372ebcf /spec/flint_spec.cr
Initial commit
Diffstat (limited to 'spec/flint_spec.cr')
-rw-r--r--spec/flint_spec.cr9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/flint_spec.cr b/spec/flint_spec.cr
new file mode 100644
index 0000000..bc30315
--- /dev/null
+++ b/spec/flint_spec.cr
@@ -0,0 +1,9 @@
+require "./spec_helper"
+
+describe Flint do
+ # TODO: Write tests
+
+ it "works" do
+ false.should eq(true)
+ end
+end