nix-config/spec.cr

9 lines
95 B
Crystal
Raw Normal View History

2018-01-31 05:55:05 +01:00
require "spec"
describe "New Start" do
it "has tests" do
true.should eq true
end
end