aboutsummaryrefslogtreecommitdiff
path: root/spec/guff_spec.cr
blob: b7c87db67c74ad1b3ce75a87c2b97078488416d5 (plain)
1
2
3
4
5
6
7
8
9
require "./spec_helper"

describe Guff do
  # TODO: Write tests

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