aboutsummaryrefslogtreecommitdiff
path: root/spec/zip-crystal_spec.cr
blob: 910b8f4d8329992984e5b812eba11222c0fc8181 (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe Zip::Crystal do
  # TODO: Write tests

  it "works" do
    false.should eq(true)
  end
end