summaryrefslogtreecommitdiff
path: root/spec/flint_spec.cr
blob: bc3031595b297c3e53d1c6a8b57232146dfd560b (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe Flint do
  # TODO: Write tests

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