chalk/spec/chalk_spec.cr

10 lines
118 B
Crystal
Raw Normal View History

2018-07-22 17:09:01 -07:00
require "./spec_helper"
describe Chalk do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end