From cbefdf8beaf3d64a44e74428079502badef60834 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 6 Aug 2016 11:11:41 -0400 Subject: initial commit --- spec/zip-crystal_spec.cr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/zip-crystal_spec.cr (limited to 'spec/zip-crystal_spec.cr') diff --git a/spec/zip-crystal_spec.cr b/spec/zip-crystal_spec.cr new file mode 100644 index 0000000..910b8f4 --- /dev/null +++ b/spec/zip-crystal_spec.cr @@ -0,0 +1,9 @@ +require "./spec_helper" + +describe Zip::Crystal do + # TODO: Write tests + + it "works" do + false.should eq(true) + end +end -- cgit v1.2.3