aboutsummaryrefslogtreecommitdiff
path: root/spec/indrajith-dev-crystal_spec.cr
diff options
context:
space:
mode:
Diffstat (limited to 'spec/indrajith-dev-crystal_spec.cr')
-rw-r--r--spec/indrajith-dev-crystal_spec.cr9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/indrajith-dev-crystal_spec.cr b/spec/indrajith-dev-crystal_spec.cr
new file mode 100644
index 0000000..b9d7bdd
--- /dev/null
+++ b/spec/indrajith-dev-crystal_spec.cr
@@ -0,0 +1,9 @@
+require "./spec_helper"
+
+describe Indrajith::Dev::Crystal do
+ # TODO: Write tests
+
+ it "works" do
+ false.should eq(true)
+ end
+end