crab/spec/crab_spec.cr

10 lines
117 B
Crystal
Raw Permalink Normal View History

require "./spec_helper"
describe Crab do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end