aboutsummaryrefslogtreecommitdiff
path: root/spec/zip-crystal_spec.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-06 11:56:41 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-06 11:56:41 -0400
commitd188b195199e70f087d104040fd5ec5355966334 (patch)
treefed0ab7df1cfc5ab0cf5814c35a8e1621cb67d9d /spec/zip-crystal_spec.cr
parentcbefdf8beaf3d64a44e74428079502badef60834 (diff)
downloadzip-crystal-d188b195199e70f087d104040fd5ec5355966334.tar.bz2
zip-crystal-d188b195199e70f087d104040fd5ec5355966334.zip
add initial spec, compile fixes
Diffstat (limited to 'spec/zip-crystal_spec.cr')
-rw-r--r--spec/zip-crystal_spec.cr9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/zip-crystal_spec.cr b/spec/zip-crystal_spec.cr
deleted file mode 100644
index 910b8f4..0000000
--- a/spec/zip-crystal_spec.cr
+++ /dev/null
@@ -1,9 +0,0 @@
-require "./spec_helper"
-
-describe Zip::Crystal do
- # TODO: Write tests
-
- it "works" do
- false.should eq(true)
- end
-end