nix-config/spec.cr
2018-01-30 23:55:05 -05:00

9 lines
95 B
Crystal

require "spec"
describe "New Start" do
it "has tests" do
true.should eq true
end
end