forked from extern/nix-config
9 lines
95 B
Crystal
9 lines
95 B
Crystal
|
require "spec"
|
||
|
|
||
|
describe "New Start" do
|
||
|
it "has tests" do
|
||
|
true.should eq true
|
||
|
end
|
||
|
end
|
||
|
|